shelljs/.gitignore
Burak Yigit Kaya 636e084741 Rewrite .gitignore to be more comprehensive
Ignores more Node/NPM files and adds ignore rules for the following:

- Linux
- OS X
- Vim
- JetBrains IDEs
2016-01-31 13:14:08 +02:00

20 lines
141 B
Plaintext

# Project
npm-debug.log*
node_modules
tmp
# Linux
*~
# JetBrains
.idea
# Vim
## swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
# OS X
.DS_Store