Skip to content
Snippets Groups Projects
Select Git revision
  • cbf11087a27a3afead8b988ef2d7a3ef33e2261d
  • master default protected
  • 1.31
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
  • 4.32.0
  • 4.31.0
  • 4.30.1
  • 4.30.0
  • 4.29.1
  • 4.29.0
  • 4.28.0
  • 4.27.0
  • 4.26.0
  • 4.25.5
  • 4.25.4
  • 4.25.3
  • 4.25.2
  • 4.25.1
  • 4.25.0
23 results

.gitignore

Blame
  • .gitignore 9.19 KiB
    # Created by https://www.toptal.com/developers/gitignore/api/go,git,vim,node,yarn,dbeaver,netbeans,phpstorm,intellij+all,intellij+iml,visualstudiocode
    # Edit at https://www.toptal.com/developers/gitignore?templates=go,git,vim,node,yarn,dbeaver,netbeans,phpstorm,intellij+all,intellij+iml,visualstudiocode
    
    ### DBeaver ###
    # ide config file
    .dbeaver-data-sources*.xml
    
    ### Git ###
    # Created by git for backups. To disable backups in Git:
    # $ git config --global mergetool.keepBackup false
    *.orig
    
    # Created by git when using merge tools for conflicts
    *.BACKUP.*
    *.BASE.*
    *.LOCAL.*
    *.REMOTE.*
    *_BACKUP_*.txt
    *_BASE_*.txt
    *_LOCAL_*.txt
    *_REMOTE_*.txt
    
    ### Go ###
    # If you prefer the allow list template instead of the deny list, see community template:
    # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
    #
    # Binaries for programs and plugins
    *.exe
    *.exe~
    *.dll
    *.so
    *.dylib
    
    # Test binary, built with `go test -c`
    *.test
    
    # Output of the go coverage tool, specifically when used with LiteIDE
    *.out
    
    # Dependency directories (remove the comment below to include it)
    # vendor/
    
    # Go workspace file
    go.work
    
    ### Intellij+all ###
    # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
    # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
    
    # User-specific stuff
    .idea/**/workspace.xml
    .idea/**/tasks.xml
    .idea/**/usage.statistics.xml
    .idea/**/dictionaries
    .idea/**/shelf
    
    # AWS User-specific
    .idea/**/aws.xml
    
    # Generated files
    .idea/**/contentModel.xml
    
    # Sensitive or high-churn files
    .idea/**/dataSources/
    .idea/**/dataSources.ids
    .idea/**/dataSources.local.xml
    .idea/**/sqlDataSources.xml
    .idea/**/dynamic.xml
    .idea/**/uiDesigner.xml
    .idea/**/dbnavigator.xml