file gitignore

This commit is contained in:
L3o15 2025-05-01 13:40:56 +02:00
parent 7fa64e8fc4
commit ab971a6f41
2 changed files with 46 additions and 42 deletions

22
.gitignore vendored
View file

@ -1,29 +1,23 @@
### IntelliJ IDEA ### # IntelliJ
.idea/
*.iml
out/ out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ### # Eclipse
.apt_generated
.classpath .classpath
.factorypath
.project .project
.settings .settings/
.springBeans
.sts4-cache
bin/ bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ### # NetBeans
/nbproject/private/ /nbproject/private/
/nbbuild/ /nbbuild/
/dist/ /dist/
/nbdist/ /nbdist/
/.nb-gradle/ /.nb-gradle/
### VS Code ### # VS Code
.vscode/ .vscode/
### Mac OS ### # macOS
.DS_Store .DS_Store

64
.idea/workspace.xml generated
View file

@ -4,7 +4,7 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="af162031-d7bc-4a6c-bf85-8552ba253018" name="Changes" comment="Bug fix" /> <list default="true" id="af162031-d7bc-4a6c-bf85-8552ba253018" name="Changes" comment="Save diary" />
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -29,31 +29,31 @@
<option name="hideEmptyMiddlePackages" value="true" /> <option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" /> <option name="showLibraryContents" value="true" />
</component> </component>
<component name="PropertiesComponent"><![CDATA[{ <component name="PropertiesComponent">{
"keyToString": { &quot;keyToString&quot;: {
"Application.PatenteELibbrettoPregohMain.executor": "Run", &quot;Application.PatenteELibbrettoPregohMain.executor&quot;: &quot;Run&quot;,
"Downloaded.Files.Path.Enabled": "true", &quot;Downloaded.Files.Path.Enabled&quot;: &quot;true&quot;,
"Repository.Attach.Annotations": "false", &quot;Repository.Attach.Annotations&quot;: &quot;false&quot;,
"Repository.Attach.JavaDocs": "false", &quot;Repository.Attach.JavaDocs&quot;: &quot;false&quot;,
"Repository.Attach.Sources": "false", &quot;Repository.Attach.Sources&quot;: &quot;false&quot;,
"RunOnceActivity.ShowReadmeOnStart": "true", &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
"RunOnceActivity.git.unshallow": "true", &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
"SHARE_PROJECT_CONFIGURATION_FILES": "true", &quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
"git-widget-placeholder": "master", &quot;git-widget-placeholder&quot;: &quot;master&quot;,
"kotlin-language-version-configured": "true", &quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
"last_opened_file_path": "/Users/leonardo-orizio/Desktop/Scuola/UniBs/PrimoAnno/Fondamenti di info/ProgettoArnaldo/PatenteELibbrettoPregoh", &quot;last_opened_file_path&quot;: &quot;/Users/leonardo-orizio/Desktop/Scuola/UniBs/PrimoAnno/Fondamenti di info/ProgettoArnaldo/PatenteELibbrettoPregoh&quot;,
"node.js.detected.package.eslint": "true", &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
"node.js.detected.package.tslint": "true", &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
"node.js.selected.package.eslint": "(autodetect)", &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
"node.js.selected.package.tslint": "(autodetect)", &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
"nodejs_package_manager_path": "npm", &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
"project.structure.last.edited": "Project", &quot;project.structure.last.edited&quot;: &quot;Project&quot;,
"project.structure.proportion": "0.15", &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
"project.structure.side.proportion": "0.2", &quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
"settings.editor.selected.configurable": "preferences.pluginManager", &quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;,
"vue.rearranger.settings.migration": "true" &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
} }
}]]></component> }</component>
<component name="RecentsManager"> <component name="RecentsManager">
<key name="CreateClassDialog.RecentsKey"> <key name="CreateClassDialog.RecentsKey">
<recent name="it.unibs.fp.patenteelibbrettopregoh" /> <recent name="it.unibs.fp.patenteelibbrettopregoh" />
@ -86,6 +86,7 @@
<workItem from="1746090394771" duration="7577000" /> <workItem from="1746090394771" duration="7577000" />
<workItem from="1746098459756" duration="164000" /> <workItem from="1746098459756" duration="164000" />
<workItem from="1746099005276" duration="376000" /> <workItem from="1746099005276" duration="376000" />
<workItem from="1746099462736" duration="181000" />
</task> </task>
<task id="LOCAL-00001" summary="First commit"> <task id="LOCAL-00001" summary="First commit">
<option name="closed" value="true" /> <option name="closed" value="true" />
@ -151,7 +152,15 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1746099310889</updated> <updated>1746099310889</updated>
</task> </task>
<option name="localTasksCounter" value="9" /> <task id="LOCAL-00009" summary="Save diary">
<option name="closed" value="true" />
<created>1746099535428</created>
<option name="number" value="00009" />
<option name="presentableId" value="LOCAL-00009" />
<option name="project" value="LOCAL" />
<updated>1746099535428</updated>
</task>
<option name="localTasksCounter" value="10" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@ -197,6 +206,7 @@
<MESSAGE value="Build" /> <MESSAGE value="Build" />
<MESSAGE value="Build fix" /> <MESSAGE value="Build fix" />
<MESSAGE value="Bug fix" /> <MESSAGE value="Bug fix" />
<option name="LAST_COMMIT_MESSAGE" value="Bug fix" /> <MESSAGE value="Save diary" />
<option name="LAST_COMMIT_MESSAGE" value="Save diary" />
</component> </component>
</project> </project>