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 250B

1234567891011121314151617
  1. # DMDirc .gitignore file
  2. /build
  3. /dist
  4. /lib
  5. /etc/clover.license
  6. /etc/clover/clover.license
  7. /.clover
  8. /*.key
  9. /.gradle
  10. /api/build
  11. /api/src/*/generated
  12. /api/src/*/generated_tests
  13. # Generated files created by IDEA
  14. /src/*/generated
  15. /src/*/generated_tests