feat: bootstrap lunch picker miniapp with backend, docs, and branding assets
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# macOS / Windows metadata
|
||||
.DS_Store
|
||||
*.Zone.Identifier
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
|
||||
# build artifacts
|
||||
*.ait
|
||||
*.log
|
||||
dist/
|
||||
.granite/
|
||||
.swc/
|
||||
|
||||
# env
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# temp
|
||||
tmp/
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user