Skip to content

Instantly share code, notes, and snippets.

@B-Ricey763
Created July 17, 2021 20:48
Show Gist options
  • Select an option

  • Save B-Ricey763/82bfee06256d072ccdd6a27ff2051126 to your computer and use it in GitHub Desktop.

Select an option

Save B-Ricey763/82bfee06256d072ccdd6a27ff2051126 to your computer and use it in GitHub Desktop.
A gitignore for Core Games
# 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