You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 309B

123456789101112131415161718192021222324252627282930
  1. # nodeJS downloaded by Maven
  2. node/
  3. # nodeJS dependencies
  4. node_modules/
  5. package-lock.json
  6. # npm logs
  7. npm-debug.log*
  8. npm.tar.gz
  9. yarn-debug.log*
  10. yarn-error.log*
  11. # VS Code
  12. .vscode/
  13. #webpack
  14. .awcache/
  15. # build
  16. build/
  17. # tests
  18. src/test/json/**/*.png
  19. lcov.info
  20. coverage/
  21. .nyc_output
  22. # eslint
  23. eslint-report.json