diff options
author | wires <wires@noreply.wires.systems> | 2025-01-11 19:28:19 -0500 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-01-11 19:28:19 -0500 |
commit | d79fa6fa8cbca9525ee7b4e797d3eaaee313cdbe (patch) | |
tree | 8db34151a0d68aefd2fd852d821a3c9f23edb240 /.gitignore | |
download | blog-d79fa6fa8cbca9525ee7b4e797d3eaaee313cdbe.tar.gz |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c3aef44 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# ---> Hugo +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Temporary lock file while building +/.hugo_build.lock + |