This commit is contained in:
2020-01-04 22:59:24 +08:00
parent adf93fe21e
commit 4560f2b33b
15 changed files with 221 additions and 7 deletions

16
.gitignore vendored
View File

@@ -1,6 +1,16 @@
# Created by https://www.gitignore.io/api/node,visualstudiocode
# Edit at https://www.gitignore.io/?templates=node,visualstudiocode
# Created by https://www.gitignore.io/api/node,hugo,visualstudiocode
# Edit at https://www.gitignore.io/?templates=node,hugo,visualstudiocode
### Hugo ###
# Generated files by hugo
/public/
/resources/_gen/
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
### Node ###
# Logs
@@ -119,4 +129,4 @@ temp/
# Ignore all local history of files
.history
# End of https://www.gitignore.io/api/node,visualstudiocode
# End of https://www.gitignore.io/api/node,hugo,visualstudiocode