]> source.dussan.org Git - gitignore.git/commitdiff
Create Godot.gitignore
authoralex hall <fahall@users.noreply.github.com>
Sun, 25 Feb 2018 22:55:31 +0000 (14:55 -0800)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 22:55:31 +0000 (14:55 -0800)
A simple .gitignore for the Godot game engine.

Godot.gitignore [new file with mode: 0644]

diff --git a/Godot.gitignore b/Godot.gitignore
new file mode 100644 (file)
index 0000000..14e1528
--- /dev/null
@@ -0,0 +1,12 @@
+
+# Godot-specific ignores
+.import/
+export.cfg
+export_presets.cfg
+
+# Mono-specific ignores
+.mono/
+
+# System/tool-specific ignores
+.directory
+*~