Skip to content

Commit

Permalink
Update .gitignore files, add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Nov 17, 2023
1 parent ee56a15 commit fefce09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ dist
.tern-port
.npmrc
.yarnrc

# IDE directories
.idea
1 change: 1 addition & 0 deletions packages/common-ts/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
coverage
.idea
1 change: 1 addition & 0 deletions packages/common-ts/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea

0 comments on commit fefce09

Please sign in to comment.