chore(gitignore): update .gitignore to include additional directories and files
All checks were successful
CI / Lint, Typecheck & Test (push) Successful in 2m22s
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.
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user