Skip to content

Commit

Permalink
feat: add npmignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Mar 12, 2022
1 parent 9f7ec0a commit 320ebc4
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Ignore a blackhole and the folder for development
node_modules/
.vs/
.idea/
*.iml
coverage/
docs/

# Yarn files
.yarn/install-state.gz
.yarn/build-state.yml


# Ignore JavaScript files
**/*.tsbuildinfo
!jest.config.ts

# Ignore heapsnapshot and log files
*.heapsnapshot
*.log

# Ignore package locks
package-lock.json

# Ignore the GH cli downloaded by workflows
gh

# Ignore the "wiki" folder so we can checkout the wiki inside the same folder
wiki/

# Additional ignore
test.js
.github
.gitignore
tsconfig.json
src/
.eslintrc
.swc
.gitattributes
build.config.ts
tsconfig.eslint.json

0 comments on commit 320ebc4

Please sign in to comment.