github.com/Desuuuu/genqlient@v0.5.3/.gitignore (about)

     1  generate/testdata/tmp
     2  internal/lint/golangci-lint
     3  
     4  ## Go standard gitignore
     5  # Binaries for programs and plugins
     6  *.exe
     7  *.exe~
     8  *.dll
     9  *.so
    10  *.dylib
    11  
    12  # Test binary, built with `go test -c`
    13  *.test
    14  
    15  # Output of the go coverage tool, specifically when used with LiteIDE
    16  *.out
    17  
    18  # Dependency directories (remove the comment below to include it)
    19  # vendor/
    20  
    21  ## VSCode standard gitignore
    22  .vscode/*
    23  !.vscode/settings.json
    24  !.vscode/tasks.json
    25  !.vscode/launch.json
    26  !.vscode/extensions.json
    27  *.code-workspace
    28  
    29  # Local History for Visual Studio Code
    30  .history/
    31  
    32  ## JetBrains standard gitignore
    33  # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
    34  # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
    35  
    36  .idea
    37  
    38  # File-based project format
    39  *.iws
    40  
    41  # IntelliJ
    42  out/
    43  
    44  # mpeltonen/sbt-idea plugin
    45  .idea_modules/
    46  
    47  # JIRA plugin
    48  atlassian-ide-plugin.xml
    49  
    50  # Crashlytics plugin (for Android Studio and IntelliJ)
    51  com_crashlytics_export_strings.xml
    52  crashlytics.properties
    53  crashlytics-build.properties
    54  fabric.properties