.gitignore 143 B

12345678910111213141516171819
  1. # IDE specific files
  2. /.idea/
  3. *.iml
  4. *.log
  5. *.gz
  6. # log
  7. /logs/
  8. # Compiler generated files
  9. target/
  10. # jrebel
  11. rebel.xml
  12. #应用库
  13. /application/