Seamher | b222aaa | 2025-03-18 14:37:10 +0800 | [diff] [blame] | 1 | HELP.md |
| 2 | target/ |
| 3 | !.mvn/wrapper/maven-wrapper.jar |
| 4 | !**/src/main/**/target/ |
| 5 | !**/src/test/**/target/ |
| 6 | |
| 7 | ### STS ### |
| 8 | .apt_generated |
| 9 | .classpath |
| 10 | .factorypath |
| 11 | .project |
| 12 | .settings |
| 13 | .springBeans |
| 14 | .sts4-cache |
| 15 | |
| 16 | ### IntelliJ IDEA ### |
| 17 | .idea |
| 18 | *.iws |
| 19 | *.iml |
| 20 | *.ipr |
| 21 | |
| 22 | ### NetBeans ### |
| 23 | /nbproject/private/ |
| 24 | /nbbuild/ |
| 25 | /dist/ |
| 26 | /nbdist/ |
| 27 | /.nb-gradle/ |
| 28 | build/ |
| 29 | !**/src/main/**/build/ |
| 30 | !**/src/test/**/build/ |
| 31 | |
| 32 | ### VS Code ### |
| 33 | .vscode/ |
| 34 | ### Java template |
| 35 | # Compiled class file |
| 36 | *.class |
| 37 | |
| 38 | # Log file |
| 39 | *.log |
| 40 | |
| 41 | # BlueJ files |
| 42 | *.ctxt |
| 43 | |
| 44 | # Mobile Tools for Java (J2ME) |
| 45 | .mtj.tmp/ |
| 46 | |
| 47 | # Package Files # |
| 48 | *.jar |
| 49 | *.war |
| 50 | *.nar |
| 51 | *.ear |
| 52 | *.zip |
| 53 | *.tar.gz |
| 54 | *.rar |
| 55 | |
| 56 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 57 | hs_err_pid* |
| 58 | replay_pid* |
| 59 | |
| 60 | ### Maven template |
| 61 | pom.xml.tag |
| 62 | pom.xml.releaseBackup |
| 63 | pom.xml.versionsBackup |
| 64 | pom.xml.next |
| 65 | release.properties |
| 66 | dependency-reduced-pom.xml |
| 67 | buildNumber.properties |
| 68 | .mvn/timing.properties |
| 69 | # https://github.com/takari/maven-wrapper#usage-without-binary-jar |
| 70 | .mvn/wrapper/maven-wrapper.jar |
| 71 | |
| 72 | # Eclipse m2e generated files |
| 73 | # Eclipse Core |
| 74 | # JDT-specific (Eclipse Java Development Tools) |
| 75 | |
| 76 | ### VisualStudioCode template |
| 77 | .vscode/* |
| 78 | !.vscode/settings.json |
| 79 | !.vscode/tasks.json |
| 80 | !.vscode/launch.json |
| 81 | !.vscode/extensions.json |
| 82 | !.vscode/*.code-snippets |
| 83 | |
| 84 | # Local History for Visual Studio Code |
| 85 | .history/ |
| 86 | |
| 87 | # Built Visual Studio Code Extensions |
| 88 | *.vsix |
| 89 | |
| 90 | ### Intellij+all template |
| 91 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 92 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 93 | |
| 94 | # User-specific stuff |
| 95 | .idea/**/workspace.xml |
| 96 | .idea/**/tasks.xml |
| 97 | .idea/**/usage.statistics.xml |
| 98 | .idea/**/dictionaries |
| 99 | .idea/**/shelf |
| 100 | |
| 101 | # AWS User-specific |
| 102 | .idea/**/aws.xml |
| 103 | |
| 104 | # Generated files |
| 105 | .idea/**/contentModel.xml |
| 106 | |
| 107 | # Sensitive or high-churn files |
| 108 | .idea/**/dataSources/ |
| 109 | .idea/**/dataSources.ids |
| 110 | .idea/**/dataSources.local.xml |
| 111 | .idea/**/sqlDataSources.xml |
| 112 | .idea/**/dynamic.xml |
| 113 | .idea/**/uiDesigner.xml |
| 114 | .idea/**/dbnavigator.xml |
| 115 | |
| 116 | # Gradle |
| 117 | .idea/**/gradle.xml |
| 118 | .idea/**/libraries |
| 119 | |
| 120 | # Gradle and Maven with auto-import |
| 121 | # When using Gradle or Maven with auto-import, you should exclude module files, |
| 122 | # since they will be recreated, and may cause churn. Uncomment if using |
| 123 | # auto-import. |
| 124 | # .idea/artifacts |
| 125 | # .idea/compiler.xml |
| 126 | # .idea/jarRepositories.xml |
| 127 | # .idea/modules.xml |
| 128 | # .idea/*.iml |
| 129 | # .idea/modules |
| 130 | # *.iml |
| 131 | # *.ipr |
| 132 | |
| 133 | # CMake |
| 134 | cmake-build-*/ |
| 135 | |
| 136 | # Mongo Explorer plugin |
| 137 | .idea/**/mongoSettings.xml |
| 138 | |
| 139 | # File-based project format |
| 140 | |
| 141 | # IntelliJ |
| 142 | out/ |
| 143 | |
| 144 | # mpeltonen/sbt-idea plugin |
| 145 | .idea_modules/ |
| 146 | |
| 147 | # JIRA plugin |
| 148 | atlassian-ide-plugin.xml |
| 149 | |
| 150 | # Cursive Clojure plugin |
| 151 | .idea/replstate.xml |
| 152 | |
| 153 | # SonarLint plugin |
| 154 | .idea/sonarlint/ |
| 155 | |
| 156 | # Crashlytics plugin (for Android Studio and IntelliJ) |
| 157 | com_crashlytics_export_strings.xml |
| 158 | crashlytics.properties |
| 159 | crashlytics-build.properties |
| 160 | fabric.properties |
| 161 | |
| 162 | # Editor-based Rest Client |
| 163 | .idea/httpRequests |
| 164 | |
| 165 | # Android studio 3.1+ serialized cache file |
| 166 | .idea/caches/build_file_checksums.ser |
| 167 | |