Skip to content

Commit 55cfe2a

Browse files
author
Ryan van Polen
committed
Updated .gitignore to be more specific
1 parent cc1f8e2 commit 55cfe2a

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

.gitignore

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
/target
1+
# MacOS
2+
.DS_Store
3+
4+
# Temporary files
5+
*~
6+
\#*
7+
\#*\#
8+
.#*
9+
10+
# JetBrains
11+
.idea/
12+
13+
# Visual Studio Code
14+
.history/
15+
.vscode/
16+
!.vscode/settings.json
17+
!.vscode/tasks.json
18+
19+
# Rust and Cargo
220
**/*.rs.bk
3-
certs/
4-
.idea
21+
22+
# Output
23+
/target
24+
25+
# Secret
26+
certs/

0 commit comments

Comments
 (0)