diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore index 3126eb2..41b56d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +dummy/_godot_defs/dynamic node_modules/ js/ .DS_Store @@ -5,4 +6,4 @@ js/ # Godot-specific ignores .import/ export.cfg -export_presets.cfg \ No newline at end of file +export_presets.cfg