Skip to content

Commit 2d0a857

Browse files
authored
.gitignore: add more common files to ignore (#6)
Signed-off-by: Ken Sipe <[email protected]>
1 parent 1949262 commit 2d0a857

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.gitignore

+29
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
11
/bin
2+
3+
### mac
4+
.DS_Store
5+
6+
### Goland IDEA
7+
.idea/
8+
9+
### gorelease
10+
dist/
11+
12+
### VS Code
13+
.vscode/
14+
.vscode/*
15+
!.vscode/settings.json
16+
!.vscode/tasks.json
17+
!.vscode/launch.json
18+
!.vscode/extensions.json
19+
20+
21+
### vim
22+
# Swap
23+
[._]*.s[a-v][a-z]
24+
[._]*.sw[a-p]
25+
[._]s[a-rt-v][a-z]
26+
[._]ss[a-gi-z]
27+
[._]sw[a-p]
28+
29+
# Session
30+
Session.vim

0 commit comments

Comments
 (0)