Skip to content

Commit 9fda6bb

Browse files
daehiffXVilka
authored andcommitted
Update gitignore with possible editor extensions to ensure they do not occur in the repo
1 parent 9b5837e commit 9fda6bb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# Generated by Cargo
22
/target/
33
Cargo.lock
4+
5+
6+
.DS_Store
7+
.vscode/
8+
*.code-workspace
9+
*.sublime-project
10+
*.sublime-workspace
11+
.idea/
12+
*.iml
13+
*.swp
14+
*.swo
15+
*~
16+
\#*\#
17+
.atom/
18+
*.atom-build/
19+
*.bak
20+
*.tmp

0 commit comments

Comments
 (0)