github.com/lyraproj/hiera@v1.0.0-rc4/.gitignore (about)

     1  # Created by .ignore support plugin (hsz.mobi)
     2  ### JetBrains template
     3  # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
     4  # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
     5  
     6  # User-specific stuff
     7  .idea/**/workspace.xml
     8  .idea/**/tasks.xml
     9  .idea/**/dictionaries
    10  .idea/**/shelf
    11  
    12  # Sensitive or high-churn files
    13  .idea/**/dataSources/
    14  .idea/**/dataSources.ids
    15  .idea/**/dataSources.local.xml
    16  .idea/**/sqlDataSources.xml
    17  .idea/**/dynamic.xml
    18  .idea/**/uiDesigner.xml
    19  .idea/**/dbnavigator.xml
    20  
    21  # Gradle
    22  .idea/**/gradle.xml
    23  .idea/**/libraries
    24  
    25  # CMake
    26  cmake-build-debug/
    27  cmake-build-release/
    28  
    29  # Mongo Explorer plugin
    30  .idea/**/mongoSettings.xml
    31  
    32  # File-based project format
    33  *.iws
    34  
    35  # IntelliJ
    36  out/
    37  
    38  # mpeltonen/sbt-idea plugin
    39  .idea_modules/
    40  
    41  # JIRA plugin
    42  atlassian-ide-plugin.xml
    43  
    44  # Cursive Clojure plugin
    45  .idea/replstate.xml
    46  
    47  # Crashlytics plugin (for Android Studio and IntelliJ)
    48  com_crashlytics_export_strings.xml
    49  crashlytics.properties
    50  crashlytics-build.properties
    51  fabric.properties
    52  
    53  # Editor-based Rest Client
    54  .idea/httpRequests
    55  ### Go template
    56  # Binaries for programs and plugins
    57  *.exe
    58  *.exe~
    59  *.dll
    60  *.so
    61  *.dylib
    62  plugin/
    63  
    64  # Test binary, build with `go test -c`
    65  *.test
    66  
    67  # Output of the go coverage tool, specifically when used with LiteIDE
    68  *.out
    69