From b62885503fd4efc629b1ec39df984b40c6363c17 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Sat, 2 May 2020 17:28:17 +0200 Subject: [PATCH 1/2] Add .gitignore for Core Games --- community/CoreGames.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/CoreGames.gitignore diff --git a/community/CoreGames.gitignore b/community/CoreGames.gitignore new file mode 100644 index 00000000..076c5a89 --- /dev/null +++ b/community/CoreGames.gitignore @@ -0,0 +1,12 @@ +# gitignore template for games on the Core platform +# website: https://www.coregames.com +# documentation: https://docs.coregames.com + +# Exports folder is entirely generated +Exports/ + +# User settings are per user +UserSettings/ + +# Local storage for testing persistent storage +Storage/ From 8d2c8fe796a0ae30b158298ec2e29dece50a0375 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Mon, 14 Sep 2020 21:28:34 +0200 Subject: [PATCH 2/2] Update --- community/CoreGames.gitignore | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/community/CoreGames.gitignore b/community/CoreGames.gitignore index 076c5a89..11e07c23 100644 --- a/community/CoreGames.gitignore +++ b/community/CoreGames.gitignore @@ -2,11 +2,18 @@ # website: https://www.coregames.com # documentation: https://docs.coregames.com -# Exports folder is entirely generated -Exports/ +# Temporary files used when publishing & to store some preview data like persistent storage +# No need to synchronize +Temp/ -# User settings are per user +# Local user settings used to store script breakpoints & hierarchy state (locked/hidden objects) +# No need to synchronize UserSettings/ -# Local storage for testing persistent storage -Storage/ +# 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