From 9797a6752d0a05055215488b1bab507a67221a5f Mon Sep 17 00:00:00 2001 From: Danil Alexeev Date: Sun, 28 Jan 2024 16:26:08 +0300 Subject: [PATCH] Update `.gitattributes` and `.gitignore` --- .gitattributes | 6 +++--- .gitignore | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index ffb742b..7d974ab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,8 @@ * text=auto eol=lf -/.github/** export-ignore -/screenshots/** export-ignore -/tests/** export-ignore +/.github export-ignore +/screenshots export-ignore +/tests export-ignore /.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore diff --git a/.gitignore b/.gitignore index 2b1585f..49bbd84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/.godot/** +/.godot /export_presets.cfg