From a7d9a6e8bf91385072541894558a732d8b5da2f8 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Sun, 12 May 2024 01:22:38 -0400 Subject: [PATCH] Don't need to push my TODO addon --- .gitattributes | 2 ++ .gitignore | 1 + project.godot | 4 ++++ 3 files changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore index 2b43a9c..b64ee03 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ # Godot-specific ignores .import/ +addons/ export.cfg export_presets.cfg diff --git a/project.godot b/project.godot index 218e0ea..e0deff2 100644 --- a/project.godot +++ b/project.godot @@ -19,6 +19,10 @@ config/icon="res://icon.svg" project/assembly_name="Comets.gd" +[editor_plugins] + +enabled=PackedStringArray("res://addons/Todo_Manager/plugin.cfg") + [input] ui_accept={