.gitignore 540 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .DS_Store
  2. #ui
  3. info_ui/.DS_Store
  4. info_ui/node_modules/
  5. info_ui/dist/
  6. info_ui/npm-debug.log*
  7. info_ui/yarn-debug.log*
  8. info_ui/yarn-error.log*
  9. info_ui/package-lock.json
  10. #service
  11. info_api/.idea/*
  12. info_api/.idea
  13. info_api/out
  14. info_api/*/target
  15. info_api/*/out/
  16. info_api/out
  17. info_api/*/logs/
  18. info_api/*/.settings/
  19. info_api/*/.classpath
  20. info_api/*/.project
  21. info_api/.settings/
  22. info_api/.project
  23. info_api/*.iml
  24. info_api/*/*.iml
  25. info_api/*/bin
  26. info_api/logs
  27. info_api/*.iml
  28. # Editor directories and files
  29. .idea
  30. .vscode
  31. *.suo
  32. *.ntvs*
  33. *.njsproj
  34. *.sln