作者 liaozan
提交者 GitHub

Create .gitignore

正在显示 1 个修改的文件 包含 118 行增加0 行删除
  1 +# Created by .ignore support plugin (hsz.mobi)
  2 +### macOS template
  3 +# General
  4 +.DS_Store
  5 +.AppleDouble
  6 +.LSOverride
  7 +
  8 +# Icon must end with two \r
  9 +Icon
  10 +
  11 +# Thumbnails
  12 +._*
  13 +
  14 +# Files that might appear in the root of a volume
  15 +.DocumentRevisions-V100
  16 +.fseventsd
  17 +.Spotlight-V100
  18 +.TemporaryItems
  19 +.Trashes
  20 +.VolumeIcon.icns
  21 +.com.apple.timemachine.donotpresent
  22 +
  23 +# Directories potentially created on remote AFP share
  24 +.AppleDB
  25 +.AppleDesktop
  26 +Network Trash Folder
  27 +Temporary Items
  28 +.apdisk
  29 +### Maven template
  30 +target/
  31 +pom.xml.tag
  32 +pom.xml.releaseBackup
  33 +pom.xml.versionsBackup
  34 +pom.xml.next
  35 +release.properties
  36 +dependency-reduced-pom.xml
  37 +buildNumber.properties
  38 +.mvn/timing.properties
  39 +
  40 +# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
  41 +!/.mvn/wrapper/maven-wrapper.jar
  42 +### Java template
  43 +# Compiled class file
  44 +*.class
  45 +
  46 +# Log file
  47 +*.log
  48 +
  49 +# BlueJ files
  50 +*.ctxt
  51 +
  52 +# Mobile Tools for Java (J2ME)
  53 +.mtj.tmp/
  54 +
  55 +# Package Files #
  56 +*.jar
  57 +*.war
  58 +*.nar
  59 +*.ear
  60 +*.zip
  61 +*.tar.gz
  62 +*.rar
  63 +
  64 +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  65 +hs_err_pid*
  66 +### JetBrains template
  67 +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  68 +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  69 +
  70 +# User-specific stuff
  71 +.idea/**/tasks.xml
  72 +.idea/**/dictionaries
  73 +.idea/**/shelf
  74 +
  75 +# Sensitive or high-churn files
  76 +.idea/**/dataSources/
  77 +.idea/**/dataSources.ids
  78 +.idea/**/dataSources.local.xml
  79 +.idea/**/sqlDataSources.xml
  80 +.idea/**/dynamic.xml
  81 +.idea/**/uiDesigner.xml
  82 +.idea/**/dbnavigator.xml
  83 +
  84 +# Gradle
  85 +.idea/**/gradle.xml
  86 +
  87 +# CMake
  88 +cmake-build-debug/
  89 +cmake-build-release/
  90 +
  91 +# Mongo Explorer plugin
  92 +.idea/**/mongoSettings.xml
  93 +
  94 +# File-based project format
  95 +*.iws
  96 +
  97 +# IntelliJ
  98 +out/
  99 +
  100 +# mpeltonen/sbt-idea plugin
  101 +.idea_modules/
  102 +
  103 +# JIRA plugin
  104 +atlassian-ide-plugin.xml
  105 +
  106 +# Cursive Clojure plugin
  107 +.idea/replstate.xml
  108 +
  109 +# Crashlytics plugin (for Android Studio and IntelliJ)
  110 +com_crashlytics_export_strings.xml
  111 +crashlytics.properties
  112 +crashlytics-build.properties
  113 +fabric.properties
  114 +
  115 +# Editor-based Rest Client
  116 +.idea/httpRequests
  117 +.idea/
  118 +*.iml