File: .gitignore

package info (click to toggle)
node-shelljs 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,256 kB
  • sloc: makefile: 6; sh: 2
file content (21 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Project
npm-debug.log*
node_modules
tmp
coverage/
.nyc_output/

# Linux
*~

# JetBrains
.idea

# Vim
## swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]

# OS X
.DS_Store