File: .gitignore

package info (click to toggle)
node-read 5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 252 kB
  • sloc: makefile: 6
file content (33 lines) | stat: -rw-r--r-- 548 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
25
26
27
28
29
30
31
32
33
# This file is automatically added by @npmcli/template-oss. Do not edit.

# ignore everything in the root
/*

!**/.gitignore
!/.commitlintrc.cjs
!/.eslint.config.js
!/.eslintrc.cjs
!/.eslintrc.local.*
!/.git-blame-ignore-revs
!/.github/
!/.gitignore
!/.npmrc
!/.prettierignore
!/.prettierrc.cjs
!/.release-please-manifest.json
!/CHANGELOG*
!/CODE_OF_CONDUCT.md
!/CONTRIBUTING.md
!/docs/
!/LICENSE*
!/map.js
!/package.json
!/README*
!/release-please-config.json
!/scripts/
!/SECURITY.md
!/src/
!/tap-snapshots/
!/test/
!/tsconfig.json
tap-testdir*/