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={