Skip to content

Commit 74b2235

Browse files
committed
sort gitignore
1 parent 79152f2 commit 74b2235

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.gitignore

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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
110
/.phpunit.cache
11+
/.vscode
12+
/.zed
213
/bootstrap/ssr
314
/node_modules
415
/public/build
@@ -7,19 +18,8 @@
718
/storage/*.key
819
/storage/pail
920
/vendor
10-
.DS_Store
11-
.env
12-
.env.backup
13-
.env.production
14-
.phpactor.json
15-
.phpunit.result.cache
21+
auth.json
1622
Homestead.json
1723
Homestead.yaml
18-
auth.json
1924
npm-debug.log
2025
yarn-error.log
21-
/.fleet
22-
/.idea
23-
/.nova
24-
/.vscode
25-
/.zed

0 commit comments

Comments
 (0)