1
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user