diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b7bd1a --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# .gitignore for Hugo website + +# Ignore Hugo build output directory +/public/ + +# Ignore Hugo temp files +/resources/_gen/ + +# Ignore Hugo's build lock file +.hugo_build.lock + +# Ignore system files +.DS_Store +Thumbs.db + +# Ignore user-specific files +*.swp +*.swo +*.swn +.idea/ +*.iml +*.log +*.bak +*.orig +*.pyc +*.pyo +*.rej +*.save +*.swo +*.swp +*.tmproj +*.un~ +Session.vim +tags +netrwhist |
