/ .gitignore
.gitignore
 1  # Generated files by hugo
 2  /resources/_gen/
 3  /assets/jsconfig.json
 4  hugo_stats.json
 5  
 6  # Executable may be added to repository
 7  hugo.exe
 8  hugo.darwin
 9  hugo.linux
10  
11  public
12  
13  # Temporary lock file while building
14  /.hugo_build.lock
15  
16  .DS_Store