1
Fork 0
mirror of https://github.com/Steffo99/backup-duplicity.git synced 2024-10-16 06:07:25 +00:00

Fix idea modules

This commit is contained in:
Steffo 2023-05-17 14:33:50 +02:00
parent d2dbadf7d5
commit c38910eec3
Signed by: steffo
GPG key ID: 2A24051445686895
4 changed files with 159 additions and 0 deletions

8
.idea/modules.xml Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/docker-backup-duplicity.iml" filepath="$PROJECT_DIR$/docker-backup-duplicity.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

136
.idea/workspace.xml Normal file
View file

@ -0,0 +1,136 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="54b197f3-5eeb-4d3c-8d91-d8e5638e8ea5" name="Changes" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="FileColors">
<fileColor scope="Source" color="214552" />
</component>
<component name="Git.Settings">
<option name="PUSH_TAGS">
<GitPushTagMode>
<option name="argument" value="--tags" />
<option name="title" value="All" />
</GitPushTagMode>
</option>
<option name="RECENT_BRANCH_BY_REPOSITORY">
<map>
<entry key="$PROJECT_DIR$" value="v0_2" />
</map>
</option>
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MacroExpansionManager">
<option name="directoryName" value="itpnah5j" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="NamedScopeManager">
<scope name="Source" pattern="file:src//*" />
<scope name="Continuous" pattern="file:.github//*" />
<scope name="IDE" pattern="file:.idea//*||file:.vscode//*" />
</component>
<component name="ProjectId" id="2Pn6Z5RhOcEnM7ZFe01ki2DhWjm" />
<component name="ProjectViewState">
<option name="showLibraryContents" value="true" />
<option name="showVisibilityIcons" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.ShowReadmeOnStart": "true",
"git-widget-placeholder": "main",
"last_opened_file_path": "/store/Documents/Workspaces/Steffo99/docker-backup-duplicity",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"project.structure.last.edited": "Modules",
"project.structure.proportion": "0.0",
"project.structure.side.proportion": "0.2",
"settings.editor.selected.configurable": "editor.preferences.folding",
"vue.rearranger.settings.migration": "true"
},
"keyToStringList": {
"GitStage.ChangesTree.GroupingKeys": [
"directory",
"module",
"repository"
]
}
}]]></component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="54b197f3-5eeb-4d3c-8d91-d8e5638e8ea5" name="Changes" comment="" />
<created>1684080550609</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1684080550609</updated>
<workItem from="1684080552149" duration="763000" />
<workItem from="1684100629419" duration="1075000" />
<workItem from="1684324347198" duration="751000" />
<workItem from="1684325989651" duration="719000" />
<workItem from="1684326731845" duration="82000" />
</task>
<task id="LOCAL-00001" summary="Add proper python cryptography requirements">
<created>1684080793392</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1684080793392</updated>
</task>
<task id="LOCAL-00002" summary="Rename stage to &quot;final&quot;">
<created>1684100712280</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1684100712280</updated>
</task>
<task id="LOCAL-00003" summary="Set a+x on backup.sh">
<created>1684324383888</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1684324383888</updated>
</task>
<task id="LOCAL-00004" summary="Backup at startup">
<created>1684326475873</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1684326475873</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="Add proper python cryptography requirements" />
<MESSAGE value="Rename stage to &quot;final&quot;" />
<MESSAGE value="Set a+x on backup.sh" />
<MESSAGE value="Backup at startup" />
<option name="LAST_COMMIT_MESSAGE" value="Backup at startup" />
</component>
</project>

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>