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

     1  # Test binary, build with `go test -c`
     2  *.test
     3  todo.txt
     4  
     5  # Output of the go coverage tool, specifically when used with LiteIDE
     6  *.out
     7  
     8  *.db
     9  
    10  coverage.txt
    11  
    12  # Emacs temp files
    13  *~
    14  \#*\#
    15  
    16  # Vim temp files
    17  *.swp
    18  
    19  testdata/
    20  *.json
    21  
    22  # Generated html files
    23  server/html/README.html
    24  server/html/acknowledgments.html
    25  server/html/cli.html
    26  server/html/web.html