Skip to content

Commit 6992441

Browse files
Merge pull request #175 from awslabs/feat/update_gitignore
feat: Update .projenrc.ts
2 parents e9b0ac8 + 94fa30c commit 6992441

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,15 @@ const project = new awscdk.AwsCdkConstructLibrary({
8585
license: 'Apache-2.0',
8686
copyrightPeriod: '2023-',
8787
copyrightOwner: 'Amazon.com, Inc. or its affiliates. All Rights Reserved.',
88-
gitignore: ['*.DS_STORE', '!.node-version', '*.pyc', '__pycache__/', '!.ort.yml'],
88+
gitignore: [
89+
'*.DS_STORE',
90+
'!.node-version',
91+
'*.pyc',
92+
'__pycache__/',
93+
'!.ort.yml',
94+
'.idea',
95+
'.vscode',
96+
],
8997
stability: 'experimental',
9098
sampleCode: false,
9199
stale: true,
@@ -145,4 +153,4 @@ project.eslint?.addRules({
145153
});
146154

147155

148-
project.synth();
156+
project.synth();

0 commit comments

Comments
 (0)