We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 630b792 + f4af282 commit c527ad4Copy full SHA for c527ad4
1 file changed
.gitignore
@@ -43,27 +43,22 @@ $RECYCLE.BIN/
43
# as it poses a security risk.
44
.env
45
.vagrant
46
-application/.env
47
Vagrantfile
48
49
#-------------------------
50
# Temporary Files
51
52
writable/cache/*
53
!writable/cache/index.html
54
-!writable/cache/.htaccess
55
56
writable/logs/*
57
!writable/logs/index.html
58
-!writable/logs/.htaccess
59
60
writable/session/*
61
!writable/session/index.html
62
-!writable/session/.htaccess
63
64
writable/uploads/*
65
!writable/uploads/index.html
66
-!writable/uploads/.htaccess
67
68
writable/debugbar/*
69
@@ -128,5 +123,4 @@ nb-configuration.xml
128
123
.vscode/
129
124
130
125
/results/
131
-/phpunit*.xml
132
-
126
+/phpunit*.xml
0 commit comments