Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 14, 2021
1 parent 3b009c6 commit e156af4
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 @@
.vscode/
.history
.eslintrc.js
project
logs
*.log
npm-debug.log*
.DS_Store
*.swp
yarn-error.log
yarn.lock
package-lock.json

node_modules
build
dist
cypress/videos
cypress/reports
screenshots
videos
.env.local
.env.development.local
.env.test.local
.env.production.local
*~
.yalc
api/bin
api/develop-eggs
api/eggs
api/include
api/lib
api/lib64
api/parts
api/var
api/src
api/.installed.cfg
api/.mr.developer.cfg
api/pyvenv.cfg
project
yarn.lock
yalc.lock

0 comments on commit e156af4

Please sign in to comment.