mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Needs to be executed as "npm run prepub" because default "npm prepublish" runs on every npm install.
27 lines
307 B
Plaintext
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/*
|