github.com/zaquestion/lab@v0.25.1/.gitignore (about)

     1  # Our binary
     2  lab
     3  
     4  # IntelliJ
     5  .idea/
     6  
     7  # vim
     8  *.sw*
     9  *.vim
    10  
    11  # test
    12  _test
    13  
    14  coverage*
    15  vendor
    16  
    17  # The testdata-* copies created by the unit tests must be ignored or the tests
    18  # will encounter write errors as Git attempts to add the dirs to its index.
    19  testdata-*