From d0920c39efc0309860b584707f1108db01519889 Mon Sep 17 00:00:00 2001 From: a2nr Date: Thu, 9 May 2024 14:32:31 +0700 Subject: [PATCH] Update ignore file and attributes lfs --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..33dd281 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.stp,[[:space:]]*.step,[[:space:]]*FCStd filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd26fce --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.FCBak \ No newline at end of file