From d79fa6fa8cbca9525ee7b4e797d3eaaee313cdbe Mon Sep 17 00:00:00 2001 From: wires Date: Sat, 11 Jan 2025 19:28:19 -0500 Subject: initial commit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 + -- cgit 1.4.1