From a02016994a6f74ba2ed9555932ebb73486b43031 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 23 Apr 2022 00:46:57 +0200 Subject: [PATCH] Added gitignore for the project itself. --- project/.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 project/.gitignore diff --git a/project/.gitignore b/project/.gitignore new file mode 100644 index 0000000..e9f4f1f --- /dev/null +++ b/project/.gitignore @@ -0,0 +1,16 @@ +\exports/ +\.import/ + +addons/scene_notes/ + +addons/todo/ + +scene-notes\.ini + +todo\.cache\.ini + +todo\.config\.ini + +export_presets\.cfg + +export.cfg \ No newline at end of file