.gitignore 101 B

123456789101112
  1. target
  2. bin
  3. .classpath
  4. .project
  5. .settings/
  6. .idea/
  7. *.iml
  8. *.sw*
  9. *~
  10. node_modules/
  11. npm-debug.log
  12. yarn.lock