From feacd863f31fc6103b738a0836e5e76502a827fa Mon Sep 17 00:00:00 2001 From: alex hall Date: Sun, 25 Feb 2018 14:55:31 -0800 Subject: [PATCH] Create Godot.gitignore A simple .gitignore for the Godot game engine. --- Godot.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Godot.gitignore diff --git a/Godot.gitignore b/Godot.gitignore new file mode 100644 index 00000000..14e15289 --- /dev/null +++ b/Godot.gitignore @@ -0,0 +1,12 @@ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Mono-specific ignores +.mono/ + +# System/tool-specific ignores +.directory +*~