File: .gitignore

package info (click to toggle)
node-gulp-terser 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 152 kB
  • sloc: javascript: 92; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# node
node_modules
npm-debug.log
package-lock.json
pnpm-lock.yaml

# yarn
yarn.lock
yarn-error.log

# webstorm
.idea

lib
test/build/es.js
test/build/es.js.map
dist