From dc695d8aa93d15aca8d9c1bc185f0b88744add6d Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Tue, 15 Jul 2025 23:44:39 +0200 Subject: [PATCH] UPD gitignore and attributes --- .gitattributes | 1 + .gitignore | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes index 486a232..8a70d35 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.zip filter=lfs diff=lfs merge=lfs -text +*.zip.* filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40dc945 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Do not store any backup file +*.bak +# Do not version generated files with version No. +zip/depot_* \ No newline at end of file