refactor: repo (#1070)
This commit is contained in:
41
packages/web/.npmignore
Normal file
41
packages/web/.npmignore
Normal file
@@ -0,0 +1,41 @@
|
||||
.DS_Store
|
||||
/.bundle
|
||||
|
||||
.git
|
||||
/.sass-cache
|
||||
/app
|
||||
/bin
|
||||
/config
|
||||
/db
|
||||
/lib
|
||||
/log
|
||||
/node_modules
|
||||
/test
|
||||
/vendor
|
||||
|
||||
/log/*
|
||||
!/log/.keep
|
||||
/tmp
|
||||
.env
|
||||
.ssh
|
||||
|
||||
dump.rdb
|
||||
|
||||
/public/assets
|
||||
/public/uploads/*
|
||||
!/public/uploads/.keep
|
||||
|
||||
.babelrc
|
||||
.gitignore
|
||||
.gitmodules
|
||||
.npmignore
|
||||
Capfile
|
||||
config.ru
|
||||
Gemfile
|
||||
Gemfile.lock
|
||||
package-lock.json
|
||||
package.json
|
||||
Rakefile
|
||||
testing-server.js
|
||||
.github
|
||||
codeqldb
|
||||
Reference in New Issue
Block a user