29 lines
336 B
Plaintext
29 lines
336 B
Plaintext
# Quarc specific
|
|
/dist/
|
|
/out-tsc/
|
|
/tmp/
|
|
/coverage/
|
|
/e2e/test-output/
|
|
/.quarc/
|
|
.quarc/
|
|
|
|
# Node modules and dependency files
|
|
node_modules
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Environment files
|
|
/.env
|
|
|
|
# Quarc CLI and build artefacts
|
|
/.quarc-cli.json
|
|
/.qu/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|