Skip to content

Commit c641c4a

Browse files
S1ngS1ngSSShooter
authored andcommitted
Add .gitignore, including patterns for OS, Vim, VSCode, Jetbrains and (FreeCodeCampChina#14)
this's good.
1 parent 54b606e commit c641c4a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# OS generated files
2+
.DS_Store
3+
.DS_Store?
4+
._*
5+
.Spotlight-V100
6+
.Trashes
7+
ehthumbs.db
8+
Thumbs.db
9+
10+
# Vim
11+
[._]*.s[a-v][a-z]
12+
[._]*.sw[a-p]
13+
[._]s[a-rt-v][a-z]
14+
[._]ss[a-gi-z]
15+
[._]sw[a-p]
16+
Session.vim
17+
18+
# VSCode
19+
.vscode/*
20+
21+
# Jetbrains
22+
.idea/
23+
24+
# Sublime
25+
*.sublime-workspace
26+

0 commit comments

Comments
 (0)