From b62885503fd4efc629b1ec39df984b40c6363c17 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Sat, 2 May 2020 17:28:17 +0200 Subject: [PATCH] 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/