Closed jetersen closed 2 years ago
I also have some .idea stuff that git wants me to commit.
.idea
Perhaps change the .gitignore to ignore the entire .idea folder as well?
.gitignore
diff --git a/src/.idea/.idea.Cupboard/.idea/.gitignore b/src/.idea/.idea.Cupboard/.idea/.gitignore new file mode 100644 index 0000000..01c0ccb --- /dev/null +++ b/src/.idea/.idea.Cupboard/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/modules.xml +/projectSettingsUpdater.xml +/.idea.Cupboard.iml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/src/.idea/.idea.Cupboard/.idea/.name b/src/.idea/.idea.Cupboard/.idea/.name new file mode 100644 index 0000000..660b917 --- /dev/null +++ b/src/.idea/.idea.Cupboard/.idea/.name @@ -0,0 +1 @@ +Cupboard \ No newline at end of file diff --git a/src/.idea/.idea.Cupboard/.idea/encodings.xml b/src/.idea/.idea.Cupboard/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/src/.idea/.idea.Cupboard/.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/src/.idea/.idea.Cupboard/.idea/indexLayout.xml b/src/.idea/.idea.Cupboard/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/src/.idea/.idea.Cupboard/.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/src/.idea/.idea.Cupboard/.idea/inspectionProfiles/Project_Default.xml b/src/.idea/.idea.Cupboard/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..5995860 --- /dev/null +++ b/src/.idea/.idea.Cupboard/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,36 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <inspection_tool class="HttpUrlsUsage" enabled="true" level="WEAK WARNING" enabled_by_default="true"> + <option name="ignoredUrls"> + <list> + <option value="http://localhost" /> + <option value="http://127.0.0.1" /> + <option value="http://0.0.0.0" /> + <option value="http://www.w3.org/" /> + <option value="http://json-schema.org/draft" /> + <option value="http://java.sun.com/" /> + <option value="http://xmlns.jcp.org/" /> + <option value="http://javafx.com/javafx/" /> + <option value="http://javafx.com/fxml" /> + <option value="http://maven.apache.org/xsd/" /> + <option value="http://maven.apache.org/POM/" /> + <option value="http://www.springframework.org/schema/" /> + <option value="http://www.springframework.org/tags" /> + <option value="http://www.springframework.org/security/tags" /> + <option value="http://www.thymeleaf.org" /> + <option value="http://www.jboss.org/j2ee/schema/" /> + <option value="http://www.jboss.com/xml/ns/" /> + <option value="http://www.ibm.com/webservices/xsd" /> + <option value="http://activemq.apache.org/schema/" /> + <option value="http://schema.cloudfoundry.org/spring/" /> + <option value="http://schemas.xmlsoap.org/" /> + <option value="http://cxf.apache.org/schemas/" /> + <option value="http://primefaces.org/ui" /> + <option value="http://tiles.apache.org/" /> + <option value="http://x1.i.lencr.org" /> + </list> + </option> + </inspection_tool> + </profile> +</component> \ No newline at end of file diff --git a/src/.idea/.idea.Cupboard/.idea/vcs.xml b/src/.idea/.idea.Cupboard/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/src/.idea/.idea.Cupboard/.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
I also have some
.idea
stuff that git wants me to commit.Perhaps change the
.gitignore
to ignore the entire.idea
folder as well?