Skip to content

Commit 59ff4b1

Browse files
committed
feat: add gitignore
1 parent 4570bba commit 59ff4b1

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

.gitignore

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
Problems
2+
### Generated by gibo (https://github.com/simonwhitaker/gibo)
3+
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Rust.gitignore
4+
5+
# Generated by Cargo
6+
# will have compiled files and executables
7+
debug/
8+
target/
9+
10+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
11+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
12+
Cargo.lock
13+
14+
# These are backup files generated by rustfmt
15+
**/*.rs.bk
16+
17+
# MSVC Windows builds of rustc generate these, which store debugging information
18+
*.pdb
19+
### Generated by gibo (https://github.com/simonwhitaker/gibo)
20+
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Rust.gitignore
21+
22+
# Generated by Cargo
23+
# will have compiled files and executables
24+
debug/
25+
target/
26+
27+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
28+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
29+
Cargo.lock
30+
31+
# These are backup files generated by rustfmt
32+
**/*.rs.bk
33+
34+
# MSVC Windows builds of rustc generate these, which store debugging information
35+
*.pdb
36+
### Generated by gibo (https://github.com/simonwhitaker/gibo)
37+
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Global/macOS.gitignore
38+
39+
# General
40+
.DS_Store
41+
.AppleDouble
42+
.LSOverride
43+
44+
# Icon must end with two \r
45+
Icon
46+
47+
# Thumbnails
48+
._*
49+
50+
# Files that might appear in the root of a volume
51+
.DocumentRevisions-V100
52+
.fseventsd
53+
.Spotlight-V100
54+
.TemporaryItems
55+
.Trashes
56+
.VolumeIcon.icns
57+
.com.apple.timemachine.donotpresent
58+
59+
# Directories potentially created on remote AFP share
60+
.AppleDB
61+
.AppleDesktop
62+
Network Trash Folder
63+
Temporary Items
64+
.apdisk

0 commit comments

Comments
 (0)