Skip to content

Commit 893f765

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

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

.gitignore

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

0 commit comments

Comments
 (0)