Makelore 2.0 initial clean snapshot
This commit is contained in:
56
.gitignore
vendored
Normal file
56
.gitignore
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnpm-store/
|
||||
.pnp.*
|
||||
.opencode/node_modules/
|
||||
|
||||
# Build and packaged output
|
||||
build/
|
||||
dist/
|
||||
dist-electron/
|
||||
release/
|
||||
out/
|
||||
|
||||
# Downloaded desktop runtimes
|
||||
resources/bin/
|
||||
resources/python/
|
||||
|
||||
# Test output
|
||||
coverage/
|
||||
playwright-report/
|
||||
test-results/
|
||||
.nyc_output/
|
||||
|
||||
# Caches and temporary files
|
||||
.cache/
|
||||
.tmp/
|
||||
.turbo/
|
||||
.vite/
|
||||
.pytest_cache/
|
||||
.uv-cache/
|
||||
.venv/
|
||||
temp_uv_extract/
|
||||
*.tsbuildinfo
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Local environment and secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Editor and operating-system files
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Local worktrees
|
||||
.worktrees/
|
||||
Reference in New Issue
Block a user