github.com/abdfnx/gh-api@v0.0.0-20210414084727-f5432eec23b8/.gitignore (about)

     1  /bin
     2  /share/man/man1
     3  .envrc
     4  /dist
     5  /site
     6  /CHANGELOG.md
     7  /script/build
     8  
     9  # IntelliJ
    10  .idea
    11  
    12  # macOS
    13  .DS_Store
    14  
    15  # vim
    16  *.swp
    17  
    18  vendor/
    19  
    20  go.sum