Thanks to visit codestin.com Credit goes to github.com
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 1c02745 commit 6657827Copy full SHA for 6657827
.gitignore
@@ -1,23 +1,26 @@
1
+*.log
2
+.DS_Store
3
+.env
4
+.env.backup
5
+.env.production
6
+.phpactor.json
7
+.phpunit.result.cache
8
+/.fleet
9
+/.idea
10
+/.nova
11
/.phpunit.cache
12
+/.vscode
13
+/.zed
14
+/auth.json
15
/node_modules
16
/public/build
17
/public/hot
18
/public/storage
19
/storage/*.key
20
/storage/pail
21
/vendor
-.env
-.env.backup
-.env.production
-.phpactor.json
-.phpunit.result.cache
22
Homestead.json
23
Homestead.yaml
24
npm-debug.log
25
+Thumbs.db
26
yarn-error.log
-/auth.json
-/.fleet
-/.idea
-/.nova
-/.vscode
-/.zed
0 commit comments