We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bb1cc commit 5b5fe33Copy full SHA for 5b5fe33
.gitignore
@@ -26,7 +26,6 @@ lib-cov
26
logs
27
node_modules/
28
npm-debug.log*
29
-package.json
30
pids
31
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
32
test/
.projenrc.js
@@ -21,7 +21,7 @@ const project = new ConstructLibraryCdk8s({
21
],
22
releaseEveryCommit: true,
23
dependabot: false,
24
- gitignore: ['package.json', 'test/'],
+ gitignore: ['test/'],
25
pullRequestTemplate: false,
releaseBranches: ['main'],
codeCov: true,
0 commit comments