.gitignore 858 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # 查看更多 .gitignore 配置 -> https://help.github.com/articles/ignoring-files/
  2. target/
  3. !.mvn/wrapper/maven-wrapper.jar
  4. .flattened-pom.xml
  5. ### STS ###
  6. .apt_generated
  7. .classpath
  8. .factorypath
  9. .project
  10. .settings
  11. .springBeans
  12. .sts4-cache
  13. ### IntelliJ IDEA ###
  14. .idea
  15. *.iws
  16. *.iml
  17. *.ipr
  18. *.class
  19. target/*
  20. ### NetBeans ###
  21. /nbproject/private/
  22. /nbbuild/
  23. /dist/
  24. /nbdist/
  25. /.nb-gradle/
  26. /build/
  27. ### admin-web ###
  28. # dependencies
  29. **/node_modules
  30. # roadhog-api-doc ignore
  31. /src/utils/request-temp.js
  32. _roadhog-api-doc
  33. # production
  34. /dist
  35. /.vscode
  36. # misc
  37. .DS_Store
  38. npm-debug.log*
  39. yarn-error.log
  40. /coverage
  41. .idea
  42. yarn.lock
  43. package-lock.json
  44. *bak
  45. .vscode
  46. # visual studio code
  47. .history
  48. *.log
  49. functions/mock
  50. .temp/**
  51. # umi
  52. .umi
  53. .umi-production
  54. # screenshot
  55. screenshot
  56. .firebase
  57. sessionStore
  58. !/LOG_FILE_IS_UNDEFINED
  59. !/LOG_FILE_IS_UNDEFINED
  60. !/LOG_FILE_IS_UNDEFINED