File: .gitignore

package info (click to toggle)
node-path-scurry 1.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 824 kB
  • sloc: javascript: 51; sh: 15; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 298 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
# ignore most things, include a handful of others
/*
/.*
!/src
!/docs
!/package.json
!/package-lock.json
!/README.md
!/CONTRIBUTING.md
!/LICENSE{,.*}
!/CHANGELOG.md
!/example
!/scripts
!/tap-snapshots
!/test
!/.gitignore
!/.github
!/.prettierignore
!/.gitattributes
!/tsconfig*.json
!/typedoc.json