Compare commits

...

2 Commits

Author SHA1 Message Date
cd5199b82d Merge pull request 'chore(gitignore): update .gitignore to include additional directories and files' (#4) from feat/storefront into staging
All checks were successful
CI / Lint, Typecheck & Test (push) Successful in 1m36s
Deploy — Staging / Detect changed apps (push) Successful in 18s
Deploy — Staging / Lint, Typecheck & Test (push) Successful in 1m37s
Deploy — Staging / Build & push — storefront (push) Has been skipped
Deploy — Staging / Build & push — admin (push) Has been skipped
Deploy — Staging / Deploy to staging VPS (push) Has been skipped
Reviewed-on: http://72.61.144.167:3000/admin/the-pet-loft/pulls/4
2026-03-14 12:37:12 +00:00
8585ddf92a chore(gitignore): update .gitignore to include additional directories and files
All checks were successful
CI / Lint, Typecheck & Test (push) Successful in 2m22s
Added various directories and files to .gitignore to prevent them from being tracked, including IDE configurations, documentation, and seed data generator.
2026-03-14 15:34:33 +03:00

16
.gitignore vendored
View File

@@ -33,3 +33,19 @@ yarn-error.log*
apps/admin/.env.staging
apps/storefront/.env.staging
convex/.env.staging
# Others
seed-data-generator/
.agent/
.gitea/
.cursor/
.idea/
.vscode/
docs/
.claude/
.aiassistant/
add-shadcn-ui-mcp.md
gitea-cicd-troubleshooting.md
.gitignore
some_html_template.html
notes.md