リビジョン e74b47ee
みぞ @mizo0203 さんが7年以上前に追加
| .gitignore | ||
|---|---|---|
| 1 | 1 |
/target |
| 2 |
|
|
| 3 |
# Created by https://www.gitignore.io/api/intellij |
|
| 4 |
|
|
| 5 |
### Intellij ### |
|
| 6 |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm |
|
| 7 |
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
|
| 8 |
|
|
| 9 |
# User-specific stuff |
|
| 10 |
.idea/**/workspace.xml |
|
| 11 |
.idea/**/tasks.xml |
|
| 12 |
.idea/**/usage.statistics.xml |
|
| 13 |
.idea/**/dictionaries |
|
| 14 |
.idea/**/shelf |
|
| 15 |
|
|
| 16 |
# Sensitive or high-churn files |
|
| 17 |
.idea/**/dataSources/ |
|
| 18 |
.idea/**/dataSources.ids |
|
| 19 |
.idea/**/dataSources.local.xml |
|
| 20 |
.idea/**/sqlDataSources.xml |
|
| 21 |
.idea/**/dynamic.xml |
|
| 22 |
.idea/**/uiDesigner.xml |
|
| 23 |
.idea/**/dbnavigator.xml |
|
| 24 |
|
|
| 25 |
# Gradle |
|
| 26 |
.idea/**/gradle.xml |
|
| 27 |
.idea/**/libraries |
|
| 28 |
|
|
| 29 |
# Gradle and Maven with auto-import |
|
| 30 |
# When using Gradle or Maven with auto-import, you should exclude module files, |
|
| 31 |
# since they will be recreated, and may cause churn. Uncomment if using |
|
| 32 |
# auto-import. |
|
| 33 |
# .idea/modules.xml |
|
| 34 |
# .idea/*.iml |
|
| 35 |
# .idea/modules |
|
| 36 |
|
|
| 37 |
# CMake |
|
| 38 |
cmake-build-*/ |
|
| 39 |
|
|
| 40 |
# Mongo Explorer plugin |
|
| 41 |
.idea/**/mongoSettings.xml |
|
| 42 |
|
|
| 43 |
# File-based project format |
|
| 44 |
*.iws |
|
| 45 |
|
|
| 46 |
# IntelliJ |
|
| 47 |
out/ |
|
| 48 |
|
|
| 49 |
# mpeltonen/sbt-idea plugin |
|
| 50 |
.idea_modules/ |
|
| 51 |
|
|
| 52 |
# JIRA plugin |
|
| 53 |
atlassian-ide-plugin.xml |
|
| 54 |
|
|
| 55 |
# Cursive Clojure plugin |
|
| 56 |
.idea/replstate.xml |
|
| 57 |
|
|
| 58 |
# Crashlytics plugin (for Android Studio and IntelliJ) |
|
| 59 |
com_crashlytics_export_strings.xml |
|
| 60 |
crashlytics.properties |
|
| 61 |
crashlytics-build.properties |
|
| 62 |
fabric.properties |
|
| 63 |
|
|
| 64 |
# Editor-based Rest Client |
|
| 65 |
.idea/httpRequests |
|
| 66 |
|
|
| 67 |
### Intellij Patch ### |
|
| 68 |
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
|
| 69 |
|
|
| 70 |
# *.iml |
|
| 71 |
# modules.xml |
|
| 72 |
# .idea/misc.xml |
|
| 73 |
# *.ipr |
|
| 74 |
|
|
| 75 |
# Sonarlint plugin |
|
| 76 |
.idea/sonarlint |
|
| 77 |
|
|
| 78 |
|
|
| 79 |
# End of https://www.gitignore.io/api/intellij |
|
他の形式にエクスポート: Unified diff
Import project from Eclipse to IntelliJ. fix #418 @1.0h