File: .gitignore

package info (click to toggle)
node-fill-range 3.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • ctags: 70
  • sloc: makefile: 4; sh: 2
file content (21 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# always ignore files
*.DS_Store
*.sublime-*

# test related, or directories generated by tests
test/actual
actual
coverage

# npm
node_modules
npm-debug.log

# misc
_gh_pages
benchmark
bower_components
vendor
temp
tmp
TODO.md