initial version
This commit is contained in:
46
.npmignore
Normal file
46
.npmignore
Normal file
@@ -0,0 +1,46 @@
|
||||
# Development files
|
||||
.git
|
||||
.github
|
||||
.vscode
|
||||
.idea
|
||||
.DS_Store
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
dev-debug.log
|
||||
init-debug.log
|
||||
|
||||
# Source files not needed in the package
|
||||
src
|
||||
test
|
||||
tests
|
||||
docs
|
||||
examples
|
||||
.editorconfig
|
||||
.eslintrc
|
||||
.prettierrc
|
||||
.travis.yml
|
||||
.gitlab-ci.yml
|
||||
tsconfig.json
|
||||
jest.config.js
|
||||
|
||||
# Original project files
|
||||
tasks.json
|
||||
tasks/
|
||||
prd.txt
|
||||
scripts/prd.txt
|
||||
.env
|
||||
|
||||
# Temporary files
|
||||
.tmp
|
||||
.temp
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Node modules
|
||||
node_modules/
|
||||
|
||||
# Debug files
|
||||
*.debug
|
||||
Reference in New Issue
Block a user