File: .gitignore

package info (click to toggle)
node-array-from 2.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 644 kB
  • sloc: javascript: 1,431; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Files ignored by Git
# ====================
#

# - All files and directories starting with "#"
\#*

# - NPM stuff
/node_modules/
/npm-debug.log

# - Test coverage reports
/coverage/

# - Editor files
*.sublime-project
*.sublime-workspace