commit 014e4049ea76b18c56f39f98d685bf910d0cc31d Author: Thomas A Date: Thu Nov 21 11:14:31 2024 -0800 Add .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..ca14776861 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# Generated by Cargo +# will have compiled files and executables +/target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html +Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk + +tmp/ + +# +# macOS GitIgnore +# + +# General +.DS_Store +.AppleDouble +.LSOverride + +# 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