Initial commit from agent-native create
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
# React Router generated types
|
||||
.react-router/
|
||||
.generated/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Data
|
||||
data/*.db
|
||||
data/*.db-shm
|
||||
data/*.db-wal
|
||||
data/uploads/
|
||||
data/settings.json
|
||||
data/.sessions.json
|
||||
|
||||
# Learnings (personal preferences and memory — use learnings.defaults.md for tracked defaults)
|
||||
learnings.md
|
||||
|
||||
.vercel/
|
||||
.agent-native/
|
||||
Reference in New Issue
Block a user