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 337B

1234567891011121314151617181920212223242526272829
  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. # tests
  16. src/test/json/**/*.png
  17. lcov.info
  18. .nyc_output
  19. # eslint
  20. eslint-report.json
  21. # SonarCloud homepage file
  22. public/json/homepage.json