From 35c9f14c7118b19282e75a4276857b42171e3bd3 Mon Sep 17 00:00:00 2001 From: domi41 Date: Sat, 8 Aug 2020 18:26:23 +0200 Subject: [PATCH] chore: configure git to ignore some files Yes, yes, we could use one of the many boilerplates out there for the gitignore file. Merge requests welcome. :) --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7c5113 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ + +# Godot +.imports/* +.import/* +.test/ + + +# OS +.directory