diff options
| author | knightdave <knightdave@noreply.codeberg.org> | 2026-01-27 21:37:49 +0100 |
|---|---|---|
| committer | knightdave <knightdave@noreply.codeberg.org> | 2026-01-27 21:37:49 +0100 |
| commit | 7e75874291051572b7ba105c9e137f5ca68dd870 (patch) | |
| tree | b08333cbb78fdda758619a185f73afb67239b8f0 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0299c7e --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# ---> Hugo +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + |
