this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Actually have idea settings in repo.

+80 -1
-1
.gitignore
··· 1 1 provision/kubeconfig 2 - /.idea/
+8
.idea/.gitignore
··· 1 + # Default ignored files 2 + /shelf/ 3 + /workspace.xml 4 + # Editor-based HTTP Client requests 5 + /httpRequests/ 6 + # Datasource local storage ignored files 7 + /dataSources/ 8 + /dataSources.local.xml
+7
.idea/discord.xml
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <project version="4"> 3 + <component name="DiscordProjectSettings"> 4 + <option name="show" value="PROJECT_FILES" /> 5 + <option name="description" value="" /> 6 + </component> 7 + </project>
+16
.idea/inspectionProfiles/Project_Default.xml
··· 1 + <component name="InspectionProjectProfileManager"> 2 + <profile version="1.0"> 3 + <option name="myName" value="Project Default" /> 4 + <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" /> 5 + <inspection_tool class="JSHint" enabled="true" level="ERROR" enabled_by_default="true" /> 6 + <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true"> 7 + <option name="ignoredPackages"> 8 + <value> 9 + <list size="1"> 10 + <item index="0" class="java.lang.String" itemvalue="pychroot" /> 11 + </list> 12 + </value> 13 + </option> 14 + </inspection_tool> 15 + </profile> 16 + </component>
+9
.idea/k8s-cluster.iml
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <module type="JAVA_MODULE" version="4"> 3 + <component name="NewModuleRootManager" inherit-compiler-output="true"> 4 + <exclude-output /> 5 + <content url="file://$MODULE_DIR$" /> 6 + <orderEntry type="inheritedJdk" /> 7 + <orderEntry type="sourceFolder" forTests="false" /> 8 + </component> 9 + </module>
+8
.idea/kubernetes-settings.xml
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <project version="4"> 3 + <component name="KubernetesSettings"> 4 + <option name="apiVersion" value="1.26" /> 5 + <option name="contextName" value="home-prod" /> 6 + <option name="getSpecFromCluster" value="true" /> 7 + </component> 8 + </project>
+9
.idea/markdown.xml
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <project version="4"> 3 + <component name="MarkdownSettings"> 4 + <enabledExtensions> 5 + <entry key="MermaidLanguageExtension" value="false" /> 6 + <entry key="PlantUMLLanguageExtension" value="false" /> 7 + </enabledExtensions> 8 + </component> 9 + </project>
+9
.idea/misc.xml
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <project version="4"> 3 + <component name="MarkdownSettingsMigration"> 4 + <option name="stateVersion" value="1" /> 5 + </component> 6 + <component name="ProjectRootManager"> 7 + <output url="file://$PROJECT_DIR$/out" /> 8 + </component> 9 + </project>
+8
.idea/modules.xml
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <project version="4"> 3 + <component name="ProjectModuleManager"> 4 + <modules> 5 + <module fileurl="file://$PROJECT_DIR$/.idea/k8s-cluster.iml" filepath="$PROJECT_DIR$/.idea/k8s-cluster.iml" /> 6 + </modules> 7 + </component> 8 + </project>
+6
.idea/vcs.xml
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <project version="4"> 3 + <component name="VcsDirectoryMappings"> 4 + <mapping directory="" vcs="Git" /> 5 + </component> 6 + </project>