Skip to content

Commit

Permalink
Add cdk.context.json to the base gitignore (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-le authored Jul 16, 2024
1 parent 8617ee6 commit 952921c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.cdk.staging/
.serverless/
cdk.out/
cdk.context.json
node_modules*/

/coverage*/
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-skuba/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.cdk.staging/
.serverless/
cdk.out/
cdk.context.json
node_modules*/

/coverage*/
Expand Down
1 change: 1 addition & 0 deletions packages/skuba-dive/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.cdk.staging/
.serverless/
cdk.out/
cdk.context.json
node_modules*/

/coverage*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ node_modules*/
.cdk.staging/
.serverless/
cdk.out/
cdk.context.json
node_modules*/
/coverage*/
Expand Down
1 change: 1 addition & 0 deletions template/base/_.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.cdk.staging/
.serverless/
cdk.out/
cdk.context.json
node_modules*/

/coverage*/
Expand Down

0 comments on commit 952921c

Please sign in to comment.