diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-03-26 19:25:05 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-03-26 19:25:05 -0300 |
commit | abc18eae7b0f751cb6abed6bb9d8a61904219f0f (patch) | |
tree | fe219e3287a833b2a89b517dd06110ffe1f40de5 /.gitignore | |
parent | c8673f43ba330f88f74336b500ce0d082b3d378e (diff) | |
download | hugo-bearcub-abc18eae7b0f751cb6abed6bb9d8a61904219f0f.tar.gz hugo-bearcub-abc18eae7b0f751cb6abed6bb9d8a61904219f0f.tar.bz2 |
Ignore exampleSite public/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ .hugo_build.lock .DS_Store resources/ -todo.md
\ No newline at end of file +todo.md +exampleSite/public/
\ No newline at end of file |