gitlab.com/prarit/lab@v0.14.0/.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