You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 144B

12345678910111213141516
  1. /data/
  2. /logs/
  3. /*/logs/
  4. /*/out/
  5. /*/data
  6. /*/target/
  7. /.idea/
  8. *.iml
  9. /bin
  10. /settings
  11. /*/build
  12. /.gradle
  13. .project
  14. /.settings/.jsdtscope
  15. /.svn/
  16. argfile*