Skip to content

Commit f44c43c

Browse files
chore: fix ignore file
1 parent 1f9ced3 commit f44c43c

5 files changed

Lines changed: 18 additions & 34 deletions

File tree

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.idea/
2+
.vscode/
3+
/vendor/
4+
node_modules/
5+
npm-debug.log
6+
yarn-error.log
7+
storage/*.key
8+
.env
9+
Homestead.yaml
10+
Homestead.json
11+
/.vagrant
12+
.phpunit.result.cache
13+
/public/build
14+
/storage/pail
15+
.env.backup
16+
.env.production
17+
.phpactor.json
18+
auth.json

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/openapi-php-sdk.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)