forked from vichan-devel/vichan
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.gitignore
75 lines (61 loc) · 866 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# static html and json
res/
src/
thumb/
/*/config.php
*.html
# include some files though
!/templates/*.html
!/inc/config.php
# minify
/inc/lib/minify
# instance-config
/inc/instance-config.php
# .installed
/.installed
# script file
/main.js
# template-generated stylesheet
/*.css
# template-generated robot navigation
/robots.txt
/sitemap.xml
# gzipped static files for nginx gzip_static
*.html.gz
*.css.gz
*.js.gz
*.json.gz
*.xml.gz
*.txt.gz
# templates cache
/templates/cache
# other stuff
.DS_Store
.htaccess
thumbs.db
# Icon?
Thumbs.db
*.patch
*.diff
*.rej
*.orig
*~
*.rss
/index.html
/recent.css
*.json
/*/ukko.js
# tmp filesystem
/tmp/cache/*
/tmp/locks/*
!/tmp/cache/.gitkeep
!/tmp/locks/.gitkeep
# vichan custom
favicon.ico
/static/spoiler.png
# Banners
/static/banners/*
/static/banners_priority/*
# Images from twemoji
js/twemoji/16x16/
/.vs