From 14ef998f4e0ef0bbe77d05e70e062247c75ab4a5 Mon Sep 17 00:00:00 2001 From: Johannes Goslar Date: Tue, 28 Dec 2021 01:14:18 +0100 Subject: [PATCH] fix-attributes --- .gitattributes | 1 + .gitignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..176a458f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore index 3126eb20..41b56d9f 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