-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
83 lines (68 loc) · 931 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
76
77
78
79
80
81
82
83
# static html and json
res/
src/
thumb/
media/*
tempura/*
*.html
inc/instance-config.php
# include some files though
!/templates/*.html
!/inc/config.php
# minify
/inc/lib/minify
403.html
404.html
# .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
compiled_templates/
# 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
# composer
vendor/
# password
secrets.php