From e429ae814b3da18c39193ff6d648ab9ff3f5a651 Mon Sep 17 00:00:00 2001 From: erickahmed Date: Wed, 30 Apr 2025 18:33:53 +0200 Subject: [PATCH] Add git ignores --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9081ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Ignore CAE metadata and backups +*.FCBak + +# Ignore 3d models and other objects +# NB: if you want to upload 3d models you should use github release +*.zip +*cache +*.stl +*.step +*.stp +*.iges + +# macOS specific ignores +.DS_Store