File: .gitignore

package info (click to toggle)
node-debug-fabulous 1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: javascript: 352; makefile: 2; sh: 1
file content (22 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*/*.iml
*.iml
.idea
*/log/*
log/
logs/
tmp/
.log
#OSX
.DS_Store
nohup.out

*.xml
coverage/
node_modules/
build/
npm-debug.log
bower_components/
.versions

package-lock.json
crashes.json