.gitignore 763 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # Compiled class file
  2. *.class
  3. # Log file
  4. *.log
  5. # BlueJ files
  6. *.ctxt
  7. # Mobile Tools for Java (J2ME)
  8. .mtj.tmp/
  9. # Package Files #
  10. *.jar
  11. *.war
  12. *.nar
  13. *.ear
  14. *.zip
  15. *.tar.gz
  16. *.rar
  17. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  18. hs_err_pid*
  19. # Image snapshot diff
  20. __diff_output__/
  21. /jest-stare
  22. *.iml
  23. .idea/
  24. .ipr
  25. .iws
  26. *~
  27. ~*
  28. *.diff
  29. *.patch
  30. *.bak
  31. .DS_Store
  32. Thumbs.db
  33. .project
  34. .*proj
  35. .svn/
  36. *.swp
  37. *.swo
  38. *.log
  39. *.log.*
  40. *.json.gzip
  41. node_modules/
  42. .buildpath
  43. .settings
  44. npm-debug.log
  45. nohup.out
  46. _site
  47. _data
  48. dist
  49. report.html
  50. /lib
  51. /es
  52. elasticsearch-*
  53. config/base.yaml
  54. /coverage
  55. yarn.lock
  56. components/**/*.js
  57. components/**/*.jsx
  58. !components/**/__tests__/**/*.js
  59. !components/**/__tests__/**/*.js.snap
  60. /.history
  61. *.tmp
  62. package-lock.json
  63. /beifen