Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# no modules needed as they are auto installed
node_modules
# source code is not needed just the build is needed
lib
# docs are not needed in the npm package
docs

# big json file, not needed
package-lock.json

#Github
.all-contributorsrc
.gitignore
.github

#Vscode folder
.vscode