diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 13:12:58 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 13:12:58 +0100 |
| commit | 7e178b893cfde506305356beeca55b358069d2fe (patch) | |
| tree | 77745c88255592b003a8e0958afc910ba32fb1bd | |
| parent | ee0705a79c6a7e64af63ff8c0a452a1dc9ae42ec (diff) | |
feat: added .gitignore
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | .hugo_build.lock | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9831cfc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.hugo_build_lock diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 --- a/.hugo_build.lock +++ /dev/null |
