github.com/dawidd6/lazygit@v0.8.1/.gitignore (about)

     1  # Please do not add personal files
     2  
     3  # Logs
     4  *.log
     5  
     6  # Hidden
     7  .*
     8  
     9  # TODO
    10  TODO.*
    11  
    12  # Notes
    13  *.notes
    14  
    15  # Tests
    16  test/repos/repo
    17  coverage.txt
    18  
    19  # Binaries
    20  lazygit
    21  
    22  # Exceptions
    23  !.gitignore
    24  !.goreleaser.yml
    25  !.circleci/
    26  !.github/
    27  
    28  test/git_server/data