Files
stf-DeviceFarmer/.npmignore
Gunther Brunner edd0d2578c Add prepublish script.
Needs to be executed as "npm run prepub" because default "npm prepublish" runs on every npm install.
2014-09-10 20:38:50 +09:00

27 lines
307 B
Plaintext

*.!sync
.DS_Store
/*.tgz
/.bowerrc
/.editorconfig
/.env
/.idea/
/.jshintrc
/.npmignore
/.yo-rc.json
/bower.json
/component.json
/gulpfile.js
/node_modules/
/npm-debug.log
/rethinkdb_data/
/temp/
/test/
/tmp/
/tmp/*
/res/app/*
/res/auth/*
/res/bower_components/*
/res/common/*
/res/test/*
/res/web_modules/*