github.com/Azure/tflint-ruleset-basic-ext@v0.6.0/.gitignore (about)

     1  ### JetBrains template
     2  # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
     3  # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
     4  
     5  # User-specific stuff
     6  .idea/**/workspace.xml
     7  .idea/**/tasks.xml
     8  .idea/**/usage.statistics.xml
     9  .idea/**/dictionaries
    10  .idea/**/shelf
    11  
    12  # Generated files
    13  .idea/**/contentModel.xml
    14  
    15  # Sensitive or high-churn files
    16  .idea/**/dataSources/
    17  .idea/**/dataSources.ids
    18  .idea/**/dataSources.local.xml
    19  .idea/**/sqlDataSources.xml
    20  .idea/**/dynamic.xml
    21  .idea/**/uiDesigner.xml
    22  .idea/**/dbnavigator.xml
    23  
    24  # Gradle
    25  .idea/**/gradle.xml
    26  .idea/**/libraries
    27  
    28  # Gradle and Maven with auto-import
    29  # When using Gradle or Maven with auto-import, you should exclude module files,
    30  # since they will be recreated, and may cause churn.  Uncomment if using
    31  # auto-import.
    32  # .idea/artifacts
    33  # .idea/compiler.xml
    34  # .idea/jarRepositories.xml
    35  # .idea/modules.xml
    36  # .idea/*.iml
    37  # .idea/modules
    38  # *.iml
    39  # *.ipr
    40  
    41  # CMake
    42  cmake-build-*/
    43  
    44  # Mongo Explorer plugin
    45  .idea/**/mongoSettings.xml
    46  
    47  # File-based project format
    48  *.iws
    49  
    50  # IntelliJ
    51  out/
    52  
    53  # mpeltonen/sbt-idea plugin
    54  .idea_modules/
    55  
    56  # JIRA plugin
    57  atlassian-ide-plugin.xml
    58  
    59  # Cursive Clojure plugin
    60  .idea/replstate.xml
    61  
    62  # Crashlytics plugin (for Android Studio and IntelliJ)
    63  com_crashlytics_export_strings.xml
    64  crashlytics.properties
    65  crashlytics-build.properties
    66  fabric.properties
    67  
    68  # Editor-based Rest Client
    69  .idea/httpRequests
    70  
    71  # Android studio 3.1+ serialized cache file
    72  .idea/caches/build_file_checksums.ser
    73  
    74  ### Go template
    75  # Binaries for programs and plugins
    76  *.exe
    77  *.exe~
    78  *.dll
    79  *.so
    80  *.dylib
    81  
    82  # Test binary, built with `go test -c`
    83  *.test
    84  
    85  # Output of the go coverage tool, specifically when used with LiteIDE
    86  *.out
    87  
    88  # Dependency directories (remove the comment below to include it)
    89  # vendor/
    90  
    91  actual
    92  expected