mirror of
https://github.com/github/gitignore.git
synced 2026-08-26 09:47:48 +02:00
19 lines
640 B
Plaintext
19 lines
640 B
Plaintext
# gitignore template for games on the Core platform
|
|
# website: https://www.coregames.com
|
|
# documentation: https://docs.coregames.com
|
|
|
|
# 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/ |