File: .gitignore

package info (click to toggle)
node-webpack-stats-plugin 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,160 kB
  • sloc: javascript: 1,580; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\.git
\.hg

\.DS_Store
\.project
bower_components
node_modules
npm-debug.log*
yarn-error.log*

# Build
coverage
test/scenarios/*/build*
!test/expected/build*