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

5
.gitignore vendored
View File

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