Skip to content

Commit d3f036c

Browse files
authored
Merge pull request #5 from Hoverbear/gitignore
Add gitignore
2 parents db5d4ef + d8c6043 commit d3f036c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
# OSX leaves these everywhere on SMB shares
3+
._*
4+
5+
# OSX trash
6+
.DS_Store
7+
8+
# Eclipse files
9+
.classpath
10+
.project
11+
.settings/**
12+
13+
# Vim swap files
14+
*.swp
15+
16+
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
17+
.idea/
18+
*.iml
19+
out/
20+
21+
# Vscode files
22+
.vscode/**
23+
24+
target
25+
tmp
26+
/bin
27+
28+
Cargo.lock
29+
*.rs.bk
30+
*.rs.fmt

0 commit comments

Comments
 (0)