mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
41 lines
499 B
Plaintext
41 lines
499 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
# build output
|
|
**/dist/
|
|
.next/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
**/*.tsbuildinfo
|
|
**/vite.config.ts.timestamp-*.mjs
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
|
|
# turbo
|
|
.turbo/
|
|
|
|
# logs
|
|
*.log
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
.npmrc
|
|
# emacs cache files
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
docker-compose.override.yml
|
|
|
|
# cypress e2e artifacts
|
|
e2e/**/cypress/videos/
|
|
e2e/**/cypress/screenshots/
|
|
e2e/**/cypress/reports/
|
|
e2e/**/cypress/downloads/
|
|
|
|
# e2e launcher state (ports of the running stack)
|
|
e2e/freight/.e2e-ports.json
|