/ .gitignore
.gitignore
1 # Generated by Cargo 2 # will have compiled files and executables 3 debug/ 4 target/ 5 6 # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries 7 # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html 8 Cargo.lock 9 10 # These are backup files generated by rustfmt 11 **/*.rs.bk 12 13 # Visual Studio Code 14 .vscode/* 15 !.vscode/settings.json 16 !.vscode/tasks.json 17 !.vscode/launch.json 18 !.vscode/extensions.json 19 !.vscode/*.code-snippets 20 21 # Local History for Visual Studio Code 22 .history/ 23 24 # Built Visual Studio Code Extensions 25 *.vsix 26 27 # macOS 28 .DS_Store 29 .AppleDouble 30 .LSOverride 31 32 # Icon must end with two \r 33 Icon 34 35 # Thumbnails 36 ._* 37 38 # Files that might appear in the root of a volume 39 .DocumentRevisions-V100 40 .fseventsd 41 .Spotlight-V100 42 .TemporaryItems 43 .Trashes 44 .VolumeIcon.icns 45 .com.apple.timemachine.donotpresent 46 47 # Directories potentially created on remote AFP share 48 .AppleDB 49 .AppleDesktop 50 Network Trash Folder 51 Temporary Items 52 .apdisk