consumer模块完成90%,前端完成supabase对接
This commit is contained in:
46
mall/.gitignore
vendored
Normal file
46
mall/.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
# Ignore Claude related files and directories
|
||||
claude/
|
||||
claude*
|
||||
*.claude
|
||||
|
||||
# Ignore Cursor related files and directories
|
||||
.cursor/
|
||||
.cursor*
|
||||
*.cursor
|
||||
|
||||
# Common editor and IDE files
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
|
||||
# Logs and databases
|
||||
*.log
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# Local development files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Project specific ignores
|
||||
# Add any other project specific ignores below this line
|
||||
# local supabase
|
||||
supabase/
|
||||
|
||||
Reference in New Issue
Block a user