Created
July 17, 2021 20:48
-
-
Save B-Ricey763/82bfee06256d072ccdd6a27ff2051126 to your computer and use it in GitHub Desktop.
A gitignore for Core Games
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Temporary files used when publishing & to store some preview data like persistent storage | |
| # No need to synchronize | |
| Temp/ | |
| # Local user settings used to store script breakpoints & hierarchy state (locked/hidden objects) | |
| # No need to synchronize | |
| UserSettings/ | |
| # Screenshots used when publishing & for project thumbnails in the Create tab | |
| # Comment out if you want to synchronize screenshots | |
| Screenshots/ | |
| # Directory created when migrating from an old storage format | |
| # No need to synchronize | |
| .core_backup/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment