Skip to content

Commit

Permalink
Add .env file to .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoss18 committed Sep 26, 2023
1 parent 7c25a28 commit 3c8a4af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
tests/
examples/
.github/
jest.config.js
jest.config.js
.env
.env.sample
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"include": ["lib/**/*"],
"exclude": ["node_modules", "dist", "tests/**/*", "examples"]
"exclude": ["node_modules", "dist", "tests/**/*", "examples", ".env", ".env.sample"]
}

0 comments on commit 3c8a4af

Please sign in to comment.