|
10 | 10 |
|
11 | 11 | # Mobile Tools for Java (J2ME) |
12 | 12 | .mtj.tmp/ |
13 | | - |
| 13 | +secring.gpg |
14 | 14 | # Package Files # |
15 | 15 | *.jar |
16 | 16 | *.war |
@@ -147,3 +147,152 @@ $RECYCLE.BIN/ |
147 | 147 | # Windows shortcuts |
148 | 148 | *.lnk |
149 | 149 |
|
| 150 | +### Java template |
| 151 | +# Compiled class file |
| 152 | +*.class |
| 153 | + |
| 154 | +# Log file |
| 155 | +*.log |
| 156 | + |
| 157 | +# BlueJ files |
| 158 | +*.ctxt |
| 159 | + |
| 160 | +# Mobile Tools for Java (J2ME) |
| 161 | +.mtj.tmp/ |
| 162 | + |
| 163 | +# Package Files # |
| 164 | +*.jar |
| 165 | +*.war |
| 166 | +*.nar |
| 167 | +*.ear |
| 168 | +*.zip |
| 169 | +*.tar.gz |
| 170 | +*.rar |
| 171 | + |
| 172 | +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 173 | +hs_err_pid* |
| 174 | + |
| 175 | +### JetBrains template |
| 176 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 177 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 178 | + |
| 179 | +# User-specific stuff |
| 180 | +.idea/**/workspace.xml |
| 181 | +.idea/**/tasks.xml |
| 182 | +.idea/**/usage.statistics.xml |
| 183 | +.idea/**/dictionaries |
| 184 | +.idea/**/shelf |
| 185 | + |
| 186 | +# Generated files |
| 187 | +.idea/**/contentModel.xml |
| 188 | + |
| 189 | +# Sensitive or high-churn files |
| 190 | +.idea/**/dataSources/ |
| 191 | +.idea/**/dataSources.ids |
| 192 | +.idea/**/dataSources.local.xml |
| 193 | +.idea/**/sqlDataSources.xml |
| 194 | +.idea/**/dynamic.xml |
| 195 | +.idea/**/uiDesigner.xml |
| 196 | +.idea/**/dbnavigator.xml |
| 197 | + |
| 198 | +# Gradle |
| 199 | +.idea/**/gradle.xml |
| 200 | +.idea/**/libraries |
| 201 | + |
| 202 | +# Gradle and Maven with auto-import |
| 203 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 204 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 205 | +# auto-import. |
| 206 | +# .idea/artifacts |
| 207 | +# .idea/compiler.xml |
| 208 | +# .idea/jarRepositories.xml |
| 209 | +# .idea/modules.xml |
| 210 | +# .idea/*.iml |
| 211 | +# .idea/modules |
| 212 | +# *.iml |
| 213 | +# *.ipr |
| 214 | + |
| 215 | +# CMake |
| 216 | +cmake-build-*/ |
| 217 | + |
| 218 | +# Mongo Explorer plugin |
| 219 | +.idea/**/mongoSettings.xml |
| 220 | + |
| 221 | +# File-based project format |
| 222 | +*.iws |
| 223 | + |
| 224 | +# IntelliJ |
| 225 | +out/ |
| 226 | + |
| 227 | +# mpeltonen/sbt-idea plugin |
| 228 | +.idea_modules/ |
| 229 | + |
| 230 | +# JIRA plugin |
| 231 | +atlassian-ide-plugin.xml |
| 232 | + |
| 233 | +# Cursive Clojure plugin |
| 234 | +.idea/replstate.xml |
| 235 | + |
| 236 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 237 | +com_crashlytics_export_strings.xml |
| 238 | +crashlytics.properties |
| 239 | +crashlytics-build.properties |
| 240 | +fabric.properties |
| 241 | + |
| 242 | +# Editor-based Rest Client |
| 243 | +.idea/httpRequests |
| 244 | + |
| 245 | +# Android studio 3.1+ serialized cache file |
| 246 | +.idea/caches/build_file_checksums.ser |
| 247 | + |
| 248 | +### Example user template template |
| 249 | +### Example user template |
| 250 | + |
| 251 | +# IntelliJ project files |
| 252 | +.idea |
| 253 | +*.iml |
| 254 | +out |
| 255 | +gen |
| 256 | +### Gradle template |
| 257 | +.gradle |
| 258 | +**/build/ |
| 259 | +!src/**/build/ |
| 260 | + |
| 261 | +# Ignore Gradle GUI config |
| 262 | +gradle-app.setting |
| 263 | + |
| 264 | +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
| 265 | +!gradle-wrapper.jar |
| 266 | + |
| 267 | +# Cache of project |
| 268 | +.gradletasknamecache |
| 269 | + |
| 270 | +# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 |
| 271 | +# gradle/wrapper/gradle-wrapper.properties |
| 272 | + |
| 273 | +### Windows template |
| 274 | +# Windows thumbnail cache files |
| 275 | +Thumbs.db |
| 276 | +Thumbs.db:encryptable |
| 277 | +ehthumbs.db |
| 278 | +ehthumbs_vista.db |
| 279 | + |
| 280 | +# Dump file |
| 281 | +*.stackdump |
| 282 | + |
| 283 | +# Folder config file |
| 284 | +[Dd]esktop.ini |
| 285 | + |
| 286 | +# Recycle Bin used on file shares |
| 287 | +$RECYCLE.BIN/ |
| 288 | + |
| 289 | +# Windows Installer files |
| 290 | +*.cab |
| 291 | +*.msi |
| 292 | +*.msix |
| 293 | +*.msm |
| 294 | +*.msp |
| 295 | + |
| 296 | +# Windows shortcuts |
| 297 | +*.lnk |
| 298 | + |
0 commit comments