Skip to content

Commit 54bdc89

Browse files
committed
Add emacs and vi garbage files to .gitignore
1 parent 5ac331e commit 54bdc89

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
out
22
node_modules
33
*.vsix
4-
.vscode-test
4+
.vscode-test
5+
6+
# Editor littering
7+
*.swp
8+
*.orig
9+
*.rej
10+
*~

0 commit comments

Comments
 (0)