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 !/.eslintrc.js
9 !/.eslintrc.local.*
10 !/.git-blame-ignore-revs
11 !/.github/
12 !/.gitignore
13 !/.npmrc
14 !/.nvmrc
15 !/.prettierignore
16 !/.prettierrc.js
17 !/.release-please-manifest.json
18 !/.reuse/
19 !/bin/
20 !/CHANGELOG*
21 !/CODE_OF_CONDUCT.md
22 !/CONTENT-MODEL.md
23 !/content/
24 !/CONTRIBUTING.md
25 !/docs/
26 !/gatsby-*
27 !/jest*.js
28 !/lib/
29 !/LICENSE*
30 !/map.js
31 !/package-lock.json
32 !/package.json
33 !/README*
34 !/release-please-config.json
35 !/scripts/
36 !/SECURITY.md
37 !/src
38 !/static/
39 !/tap-snapshots/
40 !/test/
41 !/tsconfig.json
42 !/webpack.config.js
43 !cli-cache.json
44 tap-testdir*/
45 !/cli/