mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-18 16:03:37 +00:00
Merge pull request #321 from BYK/ignore-idea
Rewrite .gitignore to be more comprehensive
This commit is contained in:
commit
760c191081
21
.gitignore
vendored
21
.gitignore
vendored
@ -1,2 +1,19 @@
|
||||
node_modules/
|
||||
tmp/
|
||||
# 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user