Skip to content

Commit

Permalink
Adding .gitignore for local secrets file
Browse files Browse the repository at this point in the history
  • Loading branch information
ssennettau committed Feb 24, 2024
1 parent 8910c0f commit 9428ec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
],
license: 'MIT',
gitignore: [
'.DS_Store',
'.DS_Store', // Default Mac OS attribs
'.secrets', // For running GH Actions locally
],
});
project.synth();

0 comments on commit 9428ec6

Please sign in to comment.