github.com/neohugo/neohugo@v0.123.8/.gitignore (about)

     1  # binary
     2  /neohugo
     3  /hugo
     4  hugo.exe
     5  neohugo.exe
     6  
     7  docs/public*
     8  /.idea
     9  .vscode/*
    10  hugo.exe
    11  *.test
    12  *.prof
    13  nohup.out
    14  cover.out
    15  *.swp
    16  *.swo
    17  .DS_Store
    18  *~
    19  vendor/*/
    20  *.bench
    21  *.debug
    22  coverage*.out
    23  
    24  dock.sh
    25  
    26  GoBuilds
    27  dist
    28  
    29  hugolib/hugo_stats.json
    30  resources/sunset.jpg
    31  
    32  vendor
    33  .hugo_build.lock
    34  
    35  tags*
    36  
    37  *.test
    38  imports.*