diff options
author | Rory& <root@rory.gay> | 2024-01-20 08:34:32 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-20 08:34:32 +0100 |
commit | 43e06f4b1b7ead9f8cc97fe547eb49d51f341486 (patch) | |
tree | b700ba441320e0f3944c398080cadd296f03ef07 /.idea/.idea.SystemdCtl | |
download | SystemdCtl-43e06f4b1b7ead9f8cc97fe547eb49d51f341486.tar.xz |
Initial commit
Diffstat (limited to '.idea/.idea.SystemdCtl')
-rw-r--r-- | .idea/.idea.SystemdCtl/.idea/.gitignore | 13 | ||||
-rw-r--r-- | .idea/.idea.SystemdCtl/.idea/encodings.xml | 4 | ||||
-rw-r--r-- | .idea/.idea.SystemdCtl/.idea/indexLayout.xml | 8 | ||||
-rw-r--r-- | .idea/.idea.SystemdCtl/.idea/vcs.xml | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/.idea/.idea.SystemdCtl/.idea/.gitignore b/.idea/.idea.SystemdCtl/.idea/.gitignore new file mode 100644 index 0000000..8c70de5 --- /dev/null +++ b/.idea/.idea.SystemdCtl/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/.idea.SystemdCtl.iml +/projectSettingsUpdater.xml +/modules.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.SystemdCtl/.idea/encodings.xml b/.idea/.idea.SystemdCtl/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.SystemdCtl/.idea/encodings.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" /> +</project> \ No newline at end of file diff --git a/.idea/.idea.SystemdCtl/.idea/indexLayout.xml b/.idea/.idea.SystemdCtl/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.SystemdCtl/.idea/indexLayout.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="UserContentModel"> + <attachedFolders /> + <explicitIncludes /> + <explicitExcludes /> + </component> +</project> \ No newline at end of file diff --git a/.idea/.idea.SystemdCtl/.idea/vcs.xml b/.idea/.idea.SystemdCtl/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.SystemdCtl/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project> \ No newline at end of file |