-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
81 lines (58 loc) · 1.21 KB
/
.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
# System files
# ------------
Icon
.DS_Store
.dropbox
.git
# Temporary cache files
# ---------------
/cache/assets/*
/cache/content/*
/cache/media/*
/cache/sessions/*
/cache/thumbs/*
!/cache/.gitkeep
# User info
# ---------------
/acorn/users/accounts/*
!/acorn/users/accounts/.gitkeep
/acorn/users/avatars/*
!/acorn/users/avatars/.gitkeep
# Content
# ---------------
/content/*
!/content/logo-apple-touch.png
!/content/logo-favicon.png
!/content/logo-icon.svg
!/content/logo.svg
!/content/home/
!/content/home/page.txt
!/content/site/
!/content/site/*
!/content/error/
!/content/error/page.txt
!/content/settings/
!/content/settings/page.txt
!/content/users/page.txt
!/content/sample-page/
# Unlicensed components
# ---------------
/acorn/plugins/guggenheim/*
/acorn/plugins/imagekit/*
/acorn/plugins/phpmailer/*
/acorn/assets/guggenheim/*
/acorn/assets/js/photoswipe/*
/acorn/assets/js/stickyfill/*
/acorn//assets/fonts/*
# -------------SECURITY-------------
# NEVER publish these files via Git!
# -------------SECURITY-------------
# Kirby accounts
# ---------------
/acorn/users/accounts/*
/acorn/users/avatars/*
# Config (private)
# ---------------
/subdomains/*
/content/site-dev.txt
/acorn/config/private.php