We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365c839 commit ea8230fCopy full SHA for ea8230f
2 files changed
.gitignore
@@ -7,6 +7,9 @@ _meta/
7
# Ignore personal config files (dev)
8
app/.env
9
10
+# Ignore lock files
11
+composer.lock
12
+
13
# Ignore log, cache, sessions and storage directories
14
app/cache/*
15
app/database/*
0 commit comments