From 8d2c8fe796a0ae30b158298ec2e29dece50a0375 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Mon, 14 Sep 2020 21:28:34 +0200 Subject: [PATCH] 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