forked from getgrav/grav
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (60 loc) · 1.11 KB
/
Copy path.gitignore
File metadata and controls
67 lines (60 loc) · 1.11 KB
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
# Composer
.composer
vendor/*
!*/vendor/*
# Sass
.sass-cache
# Grav Specific
backup/*
!backup/.*
cache/*
!cache/.*
assets/*
!assets/.*
logs/*
!logs/.*
images/*
!images/.*
user/accounts/*
!user/accounts/.*
user/data/*
!user/data/.*
user/plugins/*
!user/plugins/.*
user/themes/*
!user/themes/.*
# security.yaml holds only policy now (twig_content, twig_sandbox, xss rules) —
# the per-site secret moved to security-private.php in 2.0.0-beta.2
# (GHSA-3f29-pqwf-v4j4), so the policy file is safe (and useful) to commit.
# The *-private.php glob also covers per-plugin secret files written into
# user/config (e.g. api-private.php from the API plugin's JWT secret).
user/**/config/*-private.php
user/**/config/*-private.php.tmp
# Environments
.env
.env.local
.env.*.local
.gravenv
# OS Generated
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
*.swp
# phpstorm
.idea/*
# testing stuff
tests/_output/*
tests/_support/_generated/*
tests/cache/*
tests/error.log
system/templates/testing/*
/user/config/versions.yaml
/user/data/recovery.window
tmp/*
/AGENTS.md
/.claude
# PHPDoc tools
tools/phpdoc/vendor/
tools/phpdoc/output/
/.phpactor.json