File: .gitignore

package info (click to toggle)
node-mkdirp 2.1.6%2B~cs5.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 692 kB
  • sloc: javascript: 309; makefile: 11; sh: 10
file content (24 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ignore most things, include some others
/*
/.*
!src/
!.github
!bin/
!docs/
!package.json
!package-lock.json
!README.md
!CONTRIBUTING.md
!LICENSE
!CHANGELOG.md
!example/
!scripts/
!tap-snapshots/
!test/
!.travis.yml
!.gitignore
!.gitattributes
!/tsconfig*.json
!/fixup.sh
!/.prettierignore
!/typedoc.json