.gitignore 466 B

12345678910111213141516171819202122232425262728293031
  1. # Default ignored files
  2. /shelf/
  3. /.idea/workspace.xml
  4. # Editor-based HTTP Client requests
  5. /httpRequests/
  6. # Environment-dependent path to Maven home directory
  7. /mavenHomeManager.xml
  8. # Datasource local storage ignored files
  9. /dataSources/
  10. /dataSources.local.xml
  11. ### Example user template template
  12. ### Example user template
  13. # IntelliJ project files
  14. .idea
  15. *.iml
  16. out
  17. gen
  18. #
  19. *.class
  20. */node_modules/
  21. */logs/
  22. */bearjia-ui/.git
  23. */bearjia-ui/node_modules
  24. *bearjia-admin/.g