.gitignore 163 B

1234567891011121314151617
  1. node_modules/
  2. dist/
  3. ### STS ###
  4. .apt_generated
  5. .classpath
  6. .factorypath
  7. .project
  8. .settings
  9. .springBeans
  10. .sts4-cache
  11. ### IntelliJ IDEA ###
  12. .idea
  13. *.iws
  14. *.iml
  15. *.ipr