1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-20 13:31:04 +01:00

chore: 🙈 Aggiornate cartelle ignorate

This commit is contained in:
Maicol Battistini 2021-07-30 22:57:17 +02:00
parent 53aee9a14e
commit b599ad5712
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
3 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@ -1,4 +1,8 @@
# Custom rules
/.vscode
composer.lock
yarn.lock
.yarn/cache/*
# Created by https://www.toptal.com/developers/gitignore/api/phpstorm,laravel,composer,yarn
# Edit at https://www.toptal.com/developers/gitignore?templates=phpstorm,laravel,composer,yarn
@ -154,7 +158,7 @@ fabric.properties
# if you are NOT using Zero-installs, then:
# comment the following lines
!.yarn/cache
# !.yarn/cache
# and uncomment the following lines
# .pnp.*

View File

@ -1,6 +1,7 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="ES6UnusedImports" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="ForgottenDebugOutputInspection" enabled="true" level="ERROR" enabled_by_default="true">
<option name="configuration">

1
.idea/osm_rewrite.iml generated
View File

@ -90,6 +90,7 @@
<excludeFolder url="file://$MODULE_DIR$/vendor/laravel/sail" />
<excludeFolder url="file://$MODULE_DIR$/vendor/laravel/framework" />
<excludeFolder url="file://$MODULE_DIR$/vendor" />
<excludeFolder url="file://$MODULE_DIR$/.yarn/cache" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />