From feacd863f31fc6103b738a0836e5e76502a827fa Mon Sep 17 00:00:00 2001 From: alex hall Date: Sun, 25 Feb 2018 14:55:31 -0800 Subject: [PATCH 1/2] 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 +*~ From 433d622b9fa01f7266e6785e6d246e4796a18658 Mon Sep 17 00:00:00 2001 From: alex hall Date: Wed, 7 Mar 2018 15:34:01 -0800 Subject: [PATCH 2/2] remove system specific ignores. --- Godot.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Godot.gitignore b/Godot.gitignore index 14e15289..ba45ca45 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -6,7 +6,3 @@ export_presets.cfg # Mono-specific ignores .mono/ - -# System/tool-specific ignores -.directory -*~