diff --git a/community/CoreGames.gitignore b/community/CoreGames.gitignore new file mode 100644 index 00000000..11e07c23 --- /dev/null +++ b/community/CoreGames.gitignore @@ -0,0 +1,19 @@ +# 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/ \ No newline at end of file