# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,hugo
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,hugo

### Hugo ###
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json

# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux

# Temporary lock file while building
/.hugo_build.lock

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
.~lock.*.odt#

# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,hugo
