Commit updates
You can commit one or more assets at the same time. When you commit project changes, you can select from a list of updated assets to commit.
You can also specify which assets to ignore by creating a .gitignore file and checking it into your repository.
If an asset's name matches one or more of the patterns listed in the .gitignore file, that asset is ignored in the commit process.
For example, you can prevent log files from being checked into your repository by adding *.log to your .gitignore file.
Learn more about .gitignore.
Important: You can track a maximum of 1000 assets per project. If a
check-in would exceed 1000 assets in the repository or if you try to check out a project
with more than 1000 assets, an error is thrown.
- A Git repository associated with the project

