summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2017-11-01 16:51:07 +0100
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-01-13 03:39:33 +0100
commit47896c5cf6c61bf7c054a4028ca725cb8216bee9 (patch)
tree0d633befbf6e568b1564c9b50a7b26eab0205824
parentCreated README.md (diff)
downloadAltCraft-47896c5cf6c61bf7c054a4028ca725cb8216bee9.tar
AltCraft-47896c5cf6c61bf7c054a4028ca725cb8216bee9.tar.gz
AltCraft-47896c5cf6c61bf7c054a4028ca725cb8216bee9.tar.bz2
AltCraft-47896c5cf6c61bf7c054a4028ca725cb8216bee9.tar.lz
AltCraft-47896c5cf6c61bf7c054a4028ca725cb8216bee9.tar.xz
AltCraft-47896c5cf6c61bf7c054a4028ca725cb8216bee9.tar.zst
AltCraft-47896c5cf6c61bf7c054a4028ca725cb8216bee9.zip
-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