summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5fe831b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+cwd/assets/
+build/
+
+#CLion
+.idea/
+cmake-build-debug/
+cmake-build-release/
+
+#Visual Studio
+.vs/
+CMakeSettings.json \ No newline at end of file