diff options
| author | rtk0c <[email protected]> | 2023-10-21 12:51:18 -0700 |
|---|---|---|
| committer | rtk0c <[email protected]> | 2023-10-21 12:51:18 -0700 |
| commit | 895457555d758266c8c722d6e4bdb4142f6a2d60 (patch) | |
| tree | 918b2086e30097c71e56734237f300ff4eabf5b3 /.gitignore | |
| parent | 1debeec5a106912ca3d711d381b30935e51f1ebe (diff) | |
Rest of Hugo files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86c95ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# 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 |
