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.

50 lines
535B

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