Files
standardnotes-app-web/.npmignore
2019-12-23 17:09:26 -06:00

40 lines
341 B
Plaintext

.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