The version of vichan running on lainchan.org
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.

54 lines
533B

  1. # static html and json
  2. /*/*.html
  3. /*/*.json
  4. /*/res
  5. /*/src
  6. /*/thumb
  7. /*/config.php
  8. /*.html
  9. /*.xml
  10. # include some files though
  11. !/templates/*.html
  12. !/inc/config.php
  13. # minify
  14. /inc/lib/minify
  15. # instance-config
  16. /inc/instance-config.php
  17. # .installed
  18. /.installed
  19. # script file
  20. /main.js
  21. # templates cache
  22. /templates/cache
  23. # other stuff
  24. .DS_Store
  25. .htaccess
  26. thumbs.db
  27. Icon?
  28. Thumbs.db
  29. *.patch
  30. *.diff
  31. *.rej
  32. *.orig
  33. *~
  34. ~*/
  35. #vichan custom
  36. favicon.ico
  37. /static/spoiler.png
  38. piwik/
  39. jwplayer/
  40. tf/
  41. # vim swapfiles
  42. [._]*.s[a-w][a-z]
  43. [._]s[a-w][a-z]