Merge pull request #598 from csduarte/BASH-21

BASH-21 Add build files and npm files to gitignore
This commit is contained in:
Yuya Ochiai 2017-09-09 14:58:11 +09:00 committed by GitHub
commit ba0e1a91b6

5
.gitignore vendored
View file

@ -7,6 +7,11 @@ node_modules/
release/ release/
npm-debug.log* npm-debug.log*
build/
dist/
package-lock.json
src/package-lock.json
test-results.xml test-results.xml
test_config.json test_config.json
.idea .idea