3
0
Fork 0
This commit is contained in:
thomas 2021-06-29 22:14:16 +02:00
parent a2355a1a70
commit 1d1c3faa16
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -10,3 +10,4 @@ Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/.idea

View file

@ -106,8 +106,10 @@
<excludeFolder url="file://$MODULE_DIR$/vendor/phpdocumentor/type-resolver" />
<excludeFolder url="file://$MODULE_DIR$/vendor/phpdocumentor/reflection-docblock" />
<excludeFolder url="file://$MODULE_DIR$/vendor/phpdocumentor/reflection-common" />
<excludeFolder url="file://$MODULE_DIR$/storage/app/uuid" />
<excludeFolder url="file://$MODULE_DIR$/vendor" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
</module>

View file

@ -1,3 +1,4 @@
*
!public/
!uuid/
!.gitignore