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:
parent
53aee9a14e
commit
b599ad5712
6
.gitignore
vendored
6
.gitignore
vendored
@ -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.*
|
||||
|
1
.idea/inspectionProfiles/Project_Default.xml
generated
1
.idea/inspectionProfiles/Project_Default.xml
generated
@ -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
1
.idea/osm_rewrite.iml
generated
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user