diff options
Diffstat (limited to '')
| -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 + |
