github.com/knoebber/dotfile@v1.0.6/.dockerignore (about)

     1  # flyctl launch added from .gitignore
     2  # Test binary, build with `go test -c`
     3  *.db
     4  .git/
     5  **/*.test
     6  **/todo.txt
     7  
     8  # Output of the go coverage tool, specifically when used with LiteIDE
     9  **/*.out
    10  
    11  **/coverage.txt
    12  
    13  # Emacs temp files
    14  **/*~
    15  **/\#*\#
    16  
    17  # Vim temp files
    18  **/*.swp
    19  
    20  **/testdata
    21  **/*.json
    22  
    23  # Generated html files
    24  **/server/html/README.html
    25  **/server/html/acknowledgments.html
    26  **/server/html/cli.html
    27  **/server/html/web.html
    28  
    29  # flyctl launch added from bin/.gitignore
    30  # Ignore everything in this directory
    31  bin/**/*
    32  
    33  # Except this file
    34  !bin/**/.gitignore
    35  fly.toml