B2B-88: add starter kit structure and elements
This commit is contained in:
27
.aiignore
Normal file
27
.aiignore
Normal file
@@ -0,0 +1,27 @@
|
||||
# An .aiignore file follows the same syntax as a .gitignore file.
|
||||
# .gitignore documentation: https://git-scm.com/docs/gitignore
|
||||
|
||||
# you can ignore files
|
||||
.DS_Store
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# or folders
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
|
||||
.cursor
|
||||
.cursorignore
|
||||
database.types.ts
|
||||
playwright-report
|
||||
test-results
|
||||
web/supabase/migrations
|
||||
pnpm-lock.yaml
|
||||
.env.local
|
||||
.env.production.local
|
||||
.idea
|
||||
.vscode
|
||||
.zed
|
||||
tsconfig.tsbuildinfo
|
||||
.windsurfrules
|
||||
Reference in New Issue
Block a user