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

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