Skip to content

Commit

Permalink
Add .gitignore, including patterns for OS, Vim, VSCode, Jetbrains and (
Browse files Browse the repository at this point in the history
  • Loading branch information
S1ngS1ng authored and LynnLian committed Jul 30, 2018
1 parent f004ea8 commit a0a0aef
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Vim
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
Session.vim

# VSCode
.vscode/*

# Jetbrains
.idea/

# Sublime
*.sublime-workspace

0 comments on commit a0a0aef

Please sign in to comment.