2014-04-18 08:43:12 +00:00
|
|
|
# static html and json
|
|
|
|
/*/*.html
|
|
|
|
/*/*.json
|
|
|
|
/*/res
|
|
|
|
/*/src
|
|
|
|
/*/thumb
|
|
|
|
/*/config.php
|
|
|
|
/*.html
|
2015-01-24 22:16:41 +00:00
|
|
|
/*.xml
|
2020-12-26 22:54:03 +00:00
|
|
|
/vendor/*
|
2020-12-26 22:54:45 +00:00
|
|
|
/vendor
|
2014-04-18 08:43:12 +00:00
|
|
|
|
|
|
|
# include some files though
|
|
|
|
!/templates/*.html
|
|
|
|
!/inc/config.php
|
|
|
|
|
|
|
|
# minify
|
|
|
|
/inc/lib/minify
|
|
|
|
|
|
|
|
# instance-config
|
2020-08-30 23:37:41 +00:00
|
|
|
# /inc/instance-config.php
|
2014-04-18 08:43:12 +00:00
|
|
|
|
|
|
|
# .installed
|
|
|
|
/.installed
|
|
|
|
|
|
|
|
# script file
|
|
|
|
/main.js
|
|
|
|
|
|
|
|
# templates cache
|
|
|
|
/templates/cache
|
|
|
|
|
|
|
|
# other stuff
|
|
|
|
.DS_Store
|
|
|
|
.htaccess
|
|
|
|
thumbs.db
|
|
|
|
Icon?
|
|
|
|
Thumbs.db
|
|
|
|
*.patch
|
|
|
|
*.diff
|
|
|
|
*.rej
|
|
|
|
*.orig
|
|
|
|
*~
|
2015-01-24 21:41:51 +00:00
|
|
|
~*/
|
2014-04-18 08:43:12 +00:00
|
|
|
|
2015-04-05 16:46:45 +00:00
|
|
|
# tmp filesystem
|
|
|
|
/tmp/cache/*
|
|
|
|
/tmp/locks/*
|
|
|
|
!/tmp/cache/.gitkeep
|
|
|
|
!/tmp/locks/.gitkeep
|
|
|
|
|
2015-01-24 22:16:41 +00:00
|
|
|
piwik/
|
2015-05-27 05:08:18 +00:00
|
|
|
jwplayer/
|
|
|
|
tf/
|
|
|
|
|
|
|
|
# vim swapfiles
|
|
|
|
[._]*.s[a-w][a-z]
|
|
|
|
[._]s[a-w][a-z]
|
2015-05-27 05:16:16 +00:00
|
|
|
|
|
|
|
# special boards
|
2021-01-17 18:01:22 +00:00
|
|
|
/all/
|
|
|
|
/mod/
|
|
|
|
/random/
|
2015-09-19 16:21:50 +00:00
|
|
|
|
|
|
|
# Banners
|
|
|
|
banners/*
|
|
|
|
!banners/lain-bottom.png
|
2017-05-31 22:38:15 +00:00
|
|
|
|
|
|
|
#Fonts
|
|
|
|
stylesheets/fonts
|
|
|
|
|
|
|
|
#Images from twemoji
|
|
|
|
js/twemoji/16x16/
|
2023-08-13 03:20:18 +00:00
|
|
|
|
|
|
|
# JUNK
|
|
|
|
GET/
|
|
|
|
anime/
|
|
|
|
b/
|
|
|
|
b_anime/
|
|
|
|
b_b/
|
|
|
|
b_dead/
|
|
|
|
b_edu/
|
|
|
|
b_games/
|
|
|
|
b_get/
|
|
|
|
b_gulag/
|
|
|
|
b_hobby/
|
|
|
|
b_ref/
|
|
|
|
b_tech/
|
|
|
|
bans.json
|
|
|
|
bunker_like.css
|
|
|
|
dead/
|
|
|
|
edu/
|
|
|
|
games/
|
|
|
|
gulag/
|
|
|
|
hardcopy.1
|
|
|
|
hobby/
|
|
|
|
instance-config.php
|
|
|
|
leftypol/
|
|
|
|
meta/
|
|
|
|
overboard/
|
|
|
|
phpinfo.php
|
|
|
|
ref/
|
|
|
|
tech/
|
|
|
|
tqgit status
|