1 # This file is automatically added by @npmcli/template-oss. Do not edit.
2
3 # ignore everything in the root
4 /*
5
6 !**/.gitignore
7 !/.commitlintrc.js
8 !/.eslint.config.js
9 !/.eslintrc.js
10 !/.eslintrc.local.*
11 !/.git-blame-ignore-revs
12 !/.github/
13 !/.gitignore
14 !/.npmrc
15 !/.nvmrc
16 !/.prettierignore
17 !/.prettierrc.js
18 !/.release-please-manifest.json
19 !/.reuse/
20 !/bin/
21 !/CHANGELOG*
22 !/CODE_OF_CONDUCT.md
23 !/CONTENT-MODEL.md
24 !/content/
25 !/CONTRIBUTING.md
26 !/docs/
27 !/gatsby-*
28 !/jest*.js
29 !/lib/
30 !/LICENSE*
31 !/map.js
32 !/package-lock.json
33 !/package.json
34 !/README*
35 !/release-please-config.json
36 !/scripts/
37 !/SECURITY.md
38 !/src
39 !/static/
40 !/tap-snapshots/
41 !/test/
42 !/tsconfig.json
43 !/webpack.config.js
44 !cli-cache.json
45 tap-testdir*/
46 !/cli/