mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-25 16:07:37 +00:00
Ignores more Node/NPM files and adds ignore rules for the following: - Linux - OS X - Vim - JetBrains IDEs
20 lines
141 B
Plaintext
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
|
|
|