mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
* chore(install-script): 🔧 include missed sudo_cmd variable Signed-off-by: Prashant Shahi <prashant@signoz.io> * chore: 🔧 add .gitkeep in folders to mount Signed-off-by: Prashant Shahi <prashant@signoz.io> * chore(docker-swarm): 🔧 Update deploy configurations Signed-off-by: Prashant Shahi <prashant@signoz.io> * chore(compose-yaml): 🔧 expose otlp ports and restart on failure policy Signed-off-by: Prashant Shahi <prashant@signoz.io> Co-authored-by: Ankit Nayan <ankit@signoz.io>
49 lines
737 B
Plaintext
49 lines
737 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
|
|
|
|
# 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
|
|
frontend/cypress/**/*.mp4
|
|
|
|
# env file for cypress
|
|
frontend/cypress.env.json
|
|
|
|
.idea
|
|
|
|
**/.vscode
|
|
**/build
|
|
**/storage
|
|
**/locust-scripts/__pycache__/
|
|
**/__debug_bin
|
|
|
|
frontend/*.env
|
|
pkg/query-service/signoz.db
|
|
|
|
# local data
|
|
/deploy/docker/clickhouse-setup/data/
|
|
/deploy/docker-swarm/clickhouse-setup/data/
|