github.com/qiuhoude/go-web@v0.0.0-20220223060959-ab545e78f20d/.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  
     7  # User-specific stuff
     8  .idea/**/workspace.xml
     9  .idea/**/tasks.xml
    10  .idea/**/dictionaries
    11  .idea/**/shelf
    12  /.idea
    13  blogweb_gin/logdir/
    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  
    23  # Gradle
    24  .idea/**/gradle.xml
    25  .idea/**/libraries
    26  
    27  # CMake
    28  cmake-build-debug/
    29  cmake-build-release/
    30  
    31  # Mongo Explorer plugin
    32  .idea/**/mongoSettings.xml
    33  
    34  # File-based project format
    35  *.iws
    36  
    37  # IntelliJ
    38  out/
    39  
    40  # mpeltonen/sbt-idea plugin
    41  .idea_modules/
    42  
    43  # JIRA plugin
    44  atlassian-ide-plugin.xml
    45  
    46  # Cursive Clojure plugin
    47  .idea/replstate.xml
    48  
    49  # Crashlytics plugin (for Android Studio and IntelliJ)
    50  com_crashlytics_export_strings.xml
    51  crashlytics.properties
    52  crashlytics-build.properties
    53  fabric.properties
    54  
    55  # Editor-based Rest Client
    56  .idea/httpRequests
    57  ### Go template
    58  # Binaries for programs and plugins
    59  *.exe
    60  *.exe~
    61  *.dll
    62  *.so
    63  *.dylib
    64  
    65  # Test binary, build with `go test -c`
    66  *.test
    67  
    68  # Output of the go coverage tool, specifically when used with LiteIDE
    69  *.out
    70