.gitignore 124 B

123456789101112131415161718
  1. target/
  2. .project
  3. .classpath
  4. .settings
  5. .factorypath
  6. .idea/
  7. node_modules/
  8. bin/
  9. .settings/
  10. unpackage/
  11. *.iml
  12. app.pid
  13. logs/