Skip to content

Commit eb0223b

Browse files
wayparkaiz-io
andauthored
Add note about ignoring cdk.context.json (#1190)
Co-authored-by: Michael Kaiser <gh@kaiz.io>
1 parent 50f09da commit eb0223b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,11 @@ $RECYCLE.BIN/
375375

376376
### CDK-specific ignores ###
377377
*.swp
378-
cdk.context.json
379378
package-lock.json
380379
yarn.lock
381380
.cdk.staging
382381
cdk.out
382+
383+
# Although this file is being ignored in this repository, generally it should be commited.
384+
# https://docs.aws.amazon.com/cdk/v2/guide/context.html#context-construct
385+
cdk.context.json

0 commit comments

Comments
 (0)