From 75c7785f5b22191967e87ba3f9f476dcd46277a9 Mon Sep 17 00:00:00 2001 From: shahfil Date: Sun, 26 Feb 2023 22:22:29 +0300 Subject: [PATCH] Initial commit --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 38 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7bec9ca --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# ---> macOS +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# ---> Backup +*.bak +*.gho +*.ori +*.orig +*.tmp + diff --git a/README.md b/README.md new file mode 100644 index 0000000..085ffdc --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# c270holder1515 + +C270 camera holder for 1515 extrusion \ No newline at end of file