We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ddd21 commit acb8798Copy full SHA for acb8798
1 file changed
.gitignore
@@ -24,9 +24,10 @@ ehthumbs.db
24
25
26
#===================================#
27
-# Log, map files, secret .env #
+# Log, map files, cache #
28
29
*.log
30
+*.log.*
31
error_log
32
access_log
33
.sass-cache
@@ -57,3 +58,10 @@ vendor
57
58
#=============================================================#
59
assets/build/*
60
blocks/**/build/*
61
+
62
63
+# ===================================#
64
+# Miscellaneous #
65
66
+!**/.gitkeep
67
0 commit comments