From 21f89dd925d3a1eba763c0c3aba081ffafdb19ed Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 10 Nov 2024 14:59:49 +0100 Subject: [PATCH] added gitignore --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..91abd32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# 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 + +## Misc +.DS_Store +geckodriver.log +.idea/ +.hugo_build.lock +