This commit is contained in:
parent 4502f9195c
commit 866f465c7b
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C
3 changed files with 5 additions and 2 deletions

5
.gitignore vendored

@ -2,6 +2,7 @@ public/
exampleSite/public/ exampleSite/public/
.DS_Store .DS_Store
.hugo_build.lock .hugo_build.lock
themes themes/
.history/ .history/
.vscode/ .vscode/
!/**/.gitkeep

@ -38,4 +38,6 @@ clone:
- git remote -v - git remote -v
- git submodule sync - git submodule sync
- git submodule update --init --recursive - git submodule update --init --recursive
- git submodule status
- git submodule init
- ls -l themes - ls -l themes

0
themes/.gitkeep Normal file