mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2026-01-07 06:42:08 +01:00
Merge pull request #66 from Virtlink/improve-gitignores
Improve .gitignores
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -37,3 +37,18 @@ Temporary Items
|
|||||||
.history/
|
.history/
|
||||||
|
|
||||||
# Built Visual Studio Code Extensions
|
# Built Visual Studio Code Extensions
|
||||||
|
*.vsix
|
||||||
|
|
||||||
|
# Hugo
|
||||||
|
/public/
|
||||||
|
/resources/_gen/
|
||||||
|
/assets/jsconfig.json
|
||||||
|
hugo_stats.json
|
||||||
|
hugo.exe
|
||||||
|
hugo.darwin
|
||||||
|
hugo.linux
|
||||||
|
/.hugo_build.lock
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
.cache
|
||||||
|
.DS_Store
|
||||||
|
|||||||
16
exampleSite/.gitignore
vendored
16
exampleSite/.gitignore
vendored
@@ -1,2 +1,14 @@
|
|||||||
.hugo_build.lock
|
# Hugo
|
||||||
resources/
|
/public/
|
||||||
|
/resources/_gen/
|
||||||
|
/assets/jsconfig.json
|
||||||
|
hugo_stats.json
|
||||||
|
hugo.exe
|
||||||
|
hugo.darwin
|
||||||
|
hugo.linux
|
||||||
|
/.hugo_build.lock
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
.cache
|
||||||
|
.DS_Store
|
||||||
|
*.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user