Skip to content
Snippets Groups Projects
Select Git revision
  • f1d15573af204e5a4a431dc3d04a4c3695575a45
  • master default protected
  • 0.5.9
  • 0.5.8
  • 0.5.7
  • 0.5.6
  • 0.5.5
  • 0.5.4
  • 0.5.3
  • 0.5.2
  • 0.5.1
  • 0.5.0
  • 0.4.17
  • 0.4.16
  • 0.4.15
  • 0.4.14
  • 0.4.13
  • 0.4.12
  • 0.4.11
  • 0.4.10
  • 0.4.9
  • 0.4.8
22 results

.gitignore

Blame
  • .gitignore 9.36 KiB
    
    # Makefile comes from update
    Makefile.example
    
    # Vendor
    /development/vendor/
    /deployment/vendor/
    
    # Created by https://www.toptal.com/developers/gitignore/api/intellij+iml,phpunit,git,vim,visualstudiocode,phpstorm,go,intellij+all,netbeans,dbeaver,node,yarn
    # Edit at https://www.toptal.com/developers/gitignore?templates=intellij+iml,phpunit,git,vim,visualstudiocode,phpstorm,go,intellij+all,netbeans,dbeaver,node,yarn
    
    ### 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
    
    ### Go Patch ###
    /vendor/
    /Godeps/
    
    ### 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