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 79152f2 commit 74b2235Copy full SHA for 74b2235
.gitignore
@@ -1,4 +1,15 @@
1
+.DS_Store
2
+.env
3
+.env.backup
4
+.env.production
5
+.phpactor.json
6
+.phpunit.result.cache
7
+/.fleet
8
+/.idea
9
+/.nova
10
/.phpunit.cache
11
+/.vscode
12
+/.zed
13
/bootstrap/ssr
14
/node_modules
15
/public/build
@@ -7,19 +18,8 @@
18
/storage/*.key
19
/storage/pail
20
/vendor
-.DS_Store
-.env
-.env.backup
-.env.production
-.phpactor.json
-.phpunit.result.cache
21
+auth.json
16
22
Homestead.json
17
23
Homestead.yaml
-auth.json
24
npm-debug.log
25
yarn-error.log
-/.fleet
-/.idea
-/.nova
-/.vscode
-/.zed
0 commit comments