summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPawel Zelawski <pawel.zelawski@outlook.com>2025-04-11 12:25:01 +0200
committerPawel Zelawski <pawel.zelawski@outlook.com>2025-04-11 12:25:01 +0200
commit3b4531f31e848ecda2c5a3907b34a37c39ddc0c8 (patch)
tree2fa4462d9586d331d74b52b5f70d864cf2daddc8 /.gitignore
parentd1b3e578cbc778349246822d40c060755f303dd6 (diff)
docs: Add live demo link and fix asset tracking
- Update README.md to include a new "Live Demo" section linking to https://digi-id.pzelawski.dev/. - Remove the `public` entry from .gitignore to ensure static assets (like the logo) within the public directory are tracked by Git. This resolves issues where assets were missing after cloning the repository for deployment.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index da82a31..89739e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,7 +98,6 @@ dist
# Gatsby files
.cache/
# Add node_modules/ and logs to the ignore list if they aren't already there
-public
.tmp
.idea
.vscode