diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-08-30 13:17:07 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-08-30 13:17:07 +0000 |
| commit | 76adcaf34d2d65394bc456a829a1bab9d5995246 (patch) | |
| tree | cc046736b108646811364774de5d66785aebfa9b /.gitignore | |
| parent | initial commit (diff) | |
added .gitignore
Diffstat (limited to '.gitignore')
| -rwxr-xr-x | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
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 + |
