gitignore

This commit is contained in:
2024-03-09 16:49:44 -05:00
Unverified
parent d55cdea917
commit c4d7a37b2c
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,5 @@
# Generated files by hugo
/resources/
/resources
# Temporary lock file while building
/.hugo_build.lock

View File

@@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-theme-stack/assets/*"
"..\\themes\\hugo-theme-stack\\assets\\*"
]
}
}