first commit
This commit is contained in:
commit
0065c017e4
496 changed files with 54265 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
node_modules/
|
||||
dist/
|
||||
.output/
|
||||
*.log
|
||||
.DS_Store
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
frontend/.env
|
||||
|
||||
# Genkit runtime data
|
||||
.genkit/
|
||||
.qwen/
|
||||
|
||||
# Astro
|
||||
frontend/.astro/
|
||||
|
||||
# Temporary files
|
||||
routes_with_static_data.txt
|
||||
pocketbase_collections_plan.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue