Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
chore: ignore DS_Store file
Browse files Browse the repository at this point in the history
  • Loading branch information
staycoolcall911 committed Aug 23, 2022
1 parent 0f950bc commit d19b3c8
Show file tree
Hide file tree
Showing 2 changed files with 2 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.

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const project = new cdk.JsiiProject({
githubOptions: {
projenCredentials: github.GithubCredentials.fromApp(),
},

gitignore: [".DS_Store"],
codeCov: true,
codeCovTokenSecret: "CODECOV_TOKEN",

Expand Down

0 comments on commit d19b3c8

Please sign in to comment.