Browse Source

.gitignore配置

wangqi49 5 months ago
parent
commit
60318a30cb
2 changed files with 65 additions and 23 deletions
  1. 40 0
      .gitignore
  2. 25 23
      .idea/workspace.xml

+ 40 - 0
.gitignore

@@ -0,0 +1,40 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**
+!**/src/test/**
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+
+### VS Code ###
+.vscode/
+
+**/.DS_Store
+*.DS_Strore
+
+C:*
+*.log
+
+### local upload files ###
+static/

+ 25 - 23
.idea/workspace.xml

@@ -4,11 +4,9 @@
     <option name="autoReloadType" value="SELECTIVE" />
   </component>
   <component name="ChangeListManager">
-    <list default="true" id="b38871b0-bb40-441f-b377-5921d5041038" name="Changes" comment="">
-      <change beforePath="$PROJECT_DIR$/src/main/resources/application-dev.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application-dev.yml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/main/resources/static/css/admin/console.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/css/admin/console.css" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/main/resources/static/image/icon/console-logo.png" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/image/icon/console-logo.png" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/main/resources/templates/admin/console.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/admin/console.html" afterDir="false" />
+    <list default="true" id="b0956da4-eb9a-4780-9d1b-66040aaba9d1" name="Changes" comment="">
+      <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -18,24 +16,29 @@
   <component name="Git.Settings">
     <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
   </component>
-  <component name="ProjectColorInfo">{
-  &quot;associatedIndex&quot;: 5
-}</component>
-  <component name="ProjectId" id="2q6LjQ5BW9EohyMPSlCGUSYWtA4" />
+  <component name="ProjectColorInfo"><![CDATA[{
+  "associatedIndex": 5
+}]]></component>
+  <component name="ProjectId" id="2q6NkbdhZP5rox41A9vpcyTnJA2" />
   <component name="ProjectViewState">
     <option name="openDirectoriesWithSingleClick" value="true" />
     <option name="showLibraryContents" value="true" />
   </component>
-  <component name="PropertiesComponent">{
-  &quot;keyToString&quot;: {
-    &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
-    &quot;git-widget-placeholder&quot;: &quot;master&quot;,
-    &quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
-    &quot;last_opened_file_path&quot;: &quot;/Users/wangqi49/Desktop/webchat&quot;,
-    &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
-    &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
+  <component name="PropertiesComponent"><![CDATA[{
+  "keyToString": {
+    "RunOnceActivity.ShowReadmeOnStart": "true",
+    "git-widget-placeholder": "master",
+    "kotlin-language-version-configured": "true",
+    "last_opened_file_path": "/Users/wangqi49/Desktop/webchat",
+    "nodejs_package_manager_path": "npm",
+    "vue.rearranger.settings.migration": "true"
   }
-}</component>
+}]]></component>
+  <component name="RecentsManager">
+    <key name="CopyFile.RECENT_KEYS">
+      <recent name="$PROJECT_DIR$" />
+    </key>
+  </component>
   <component name="RunManager">
     <configuration name="WebChatApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
       <module name="webchat" />
@@ -56,13 +59,12 @@
   <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="b38871b0-bb40-441f-b377-5921d5041038" name="Changes" comment="" />
-      <created>1733978212725</created>
+      <changelist id="b0956da4-eb9a-4780-9d1b-66040aaba9d1" name="Changes" comment="" />
+      <created>1733979208104</created>
       <option name="number" value="Default" />
       <option name="presentableId" value="Default" />
-      <updated>1733978212725</updated>
-      <workItem from="1733978214186" duration="212000" />
-      <workItem from="1733978436158" duration="59000" />
+      <updated>1733979208104</updated>
+      <workItem from="1733979209139" duration="85000" />
     </task>
     <servers />
   </component>