33 lines
496 B
Plaintext
33 lines
496 B
Plaintext
# Dependencies and generated browser assets
|
|
/node_modules/
|
|
/native/node_modules/
|
|
/public/engine/
|
|
/public/studio/
|
|
/public/hosted-editor/
|
|
/public/build-targets/
|
|
|
|
# Local projects, build results and toolchains
|
|
/projects/
|
|
/outputs/
|
|
/work/
|
|
/native/.toolchains/
|
|
/native/output/
|
|
/coverage/
|
|
*.tsbuildinfo
|
|
|
|
# Credentials and machine-local state
|
|
.env*
|
|
.mcp-token
|
|
*.pem
|
|
*.jks
|
|
*.keystore
|
|
.DS_Store
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
/.openai/
|
|
/.sites-runtime/
|
|
/.agents/
|
|
/.codex/
|