github.com/graemephi/kahugo@v0.62.3-0.20211121071557-d78c0423784d/.gitignore (about)

     1  /hugo
     2  docs/public*
     3  /.idea
     4  hugo.exe
     5  *.test
     6  *.prof
     7  nohup.out
     8  cover.out
     9  *.swp
    10  *.swo
    11  .DS_Store
    12  *~
    13  vendor/*/
    14  *.bench
    15  *.debug
    16  coverage*.out
    17  
    18  dock.sh
    19  
    20  GoBuilds
    21  dist
    22  
    23  hugolib/hugo_stats.json
    24  resources/sunset.jpg
    25  
    26  vendor
    27