BioTorrents.de’s version of Gazelle
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 422B

123456789101112131415161718192021222324252627282930313233343536
  1. # https://github.com/OPSnet/Gazelle/blob/master/.gitignore
  2. # backup files
  3. *.bak
  4. *.sw*
  5. *~
  6. # home folder
  7. .DS_Store
  8. .bash_history
  9. .cache/
  10. .config/
  11. .histfile
  12. .lesshst
  13. .local/
  14. .npm-global/
  15. .npm/
  16. .npmrc
  17. .php_history
  18. .pki/
  19. .profile
  20. .wget-hsts
  21. .zsh*
  22. __MACOSX/
  23. # app files
  24. /cache
  25. /classes/config.php
  26. /node_modules
  27. /vendor
  28. # heavy assets
  29. /static/common/badges/**
  30. /static/styles/**/*.css
  31. /static/styles/assets/fonts/**
  32. fonts.tgz