From 47896c5cf6c61bf7c054a4028ca725cb8216bee9 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Wed, 1 Nov 2017 20:51:07 +0500 Subject: Created .gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore 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 -- cgit v1.2.3