mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-06 04:06:08 +08:00

* chore: test result is added in the .gitignore * chore: cypress is removed from gitignore
50 lines
728 B
Plaintext
50 lines
728 B
Plaintext
node_modules
|
|
yarn.lock
|
|
package.json
|
|
|
|
deploy/docker/environment_tiny/common_test
|
|
frontend/node_modules
|
|
frontend/.pnp
|
|
*.pnp.js
|
|
|
|
# testing
|
|
frontend/coverage
|
|
|
|
# production
|
|
frontend/build
|
|
frontend/.vscode
|
|
frontend/.yarnclean
|
|
frontend/.temp_cache
|
|
frontend/test-results
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
frontend/npm-debug.log*
|
|
frontend/yarn-debug.log*
|
|
frontend/yarn-error.log*
|
|
frontend/src/constants/env.ts
|
|
|
|
.idea
|
|
|
|
**/.vscode
|
|
**/build
|
|
**/storage
|
|
**/locust-scripts/__pycache__/
|
|
**/__debug_bin
|
|
|
|
frontend/*.env
|
|
pkg/query-service/signoz.db
|
|
|
|
pkg/query-service/tests/test-deploy/data/
|
|
|
|
|
|
# local data
|
|
|
|
/deploy/docker/clickhouse-setup/data/
|
|
/deploy/docker-swarm/clickhouse-setup/data/
|