diff options
| author | Iuri <iuricube@gmail.com> | 2026-01-07 10:45:47 +0100 |
|---|---|---|
| committer | Iuri <iuricube@gmail.com> | 2026-01-07 10:45:47 +0100 |
| commit | da378a71c83f8d2590f190a40081719b4a20326a (patch) | |
| tree | 914e0451245f04f9ee2e84db07e6ac38a02b9448 /.gitignore | |
| parent | 37334ebd38a65f6ff6a136c5c010498059d75424 (diff) | |
.gitignore changed
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..7b62a71 --- /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
\ No newline at end of file |
