diff options
| author | Elis Eriksson <spelis.tech@gmail.com> | 2026-03-14 09:38:14 -1000 |
|---|---|---|
| committer | Elis Eriksson <spelis.tech@gmail.com> | 2026-03-14 09:38:14 -1000 |
| commit | c78417a25c63f5d06ead4b8f71aa06d9d486550a (patch) | |
| tree | 8405b38a999fa0759ab5cc618eac1be75b9f6383 /.gitignore | |
| parent | 434956b1b227164bd79daa6c5c793abe2de46c3d (diff) | |
| download | spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.tar spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.tar.gz spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.tar.bz2 spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.tar.lz spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.tar.xz spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.tar.zst spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.zip | |
modify the blog and add lock files to the gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ _dist/ -node_modules/
\ No newline at end of file +node_modules/ +package-lock.json +pnpm-lock.yaml |
