mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
146 lines
2.0 KiB
Plaintext
146 lines
2.0 KiB
Plaintext
node_modules
|
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
node_modules
|
|
|
|
# Build Dist
|
|
*/build/dist/*
|
|
|
|
# Build Dist
|
|
**/dist/*
|
|
|
|
.idea
|
|
# testing
|
|
**/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
|
|
env.js
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
yarn.lock
|
|
Untitled-1
|
|
*.local.sh
|
|
*.local.yaml
|
|
run
|
|
stop
|
|
|
|
nohup.out*
|
|
|
|
encrypted-credentials.tar
|
|
encrypted-credentials/
|
|
|
|
_README.md
|
|
|
|
# Important Add production values to gitignore.
|
|
values-saas-production.yaml
|
|
kubernetes/values-saas-production.yaml
|
|
|
|
/private
|
|
/public
|
|
/tls_cert.pem
|
|
/tls_key.pem
|
|
/keys
|
|
|
|
temp_readme.md
|
|
|
|
tests/coverage
|
|
|
|
settings.json
|
|
|
|
GoSDK/tester/
|
|
|
|
.gitconfig
|
|
|
|
secret.env
|
|
|
|
# This file is autogenerated from the template
|
|
*/.env
|
|
**/Dockerfile
|
|
config.env
|
|
config.env.tmp
|
|
config.env.temp
|
|
logs.txt
|
|
|
|
*/Cert.crt
|
|
*/Key.key
|
|
|
|
Certs/StatusPageCerts/*.crt
|
|
Certs/StatusPageCerts/*.key
|
|
|
|
Certs/ServerCerts/*.crt
|
|
Certs/ServerCerts/*.key
|
|
|
|
Backups/*.backup
|
|
Backups/*.sql
|
|
Backups/*.tar
|
|
|
|
.env
|
|
|
|
.eslintcache
|
|
|
|
HelmChart/Values/*.values.yaml
|
|
|
|
LLM/__pycache__/*
|
|
|
|
LLM/Models/*
|
|
|
|
Examples/otel-dotnet/obj/*
|
|
|
|
InfrastructureAgent/sea-prep.blob
|
|
InfrastructureAgent/InfrastructureAgent
|
|
InfrastructureAgent/build/*
|
|
|
|
|
|
InfrastructureAgent/err.log
|
|
InfrastructureAgent/out.log
|
|
InfrastructureAgent/daemon.pid
|
|
App/greenlock/.greenlockrc
|
|
App/greenlock/greenlock.d/config.json
|
|
App/greenlock/greenlock.d/config.json.bak
|
|
Examples/otel-dotnet/bin/Debug/net6.0/Grpc.Core.Api.dll.txt
|
|
InfrastructureAgent/oneuptime-infrastructure-agent
|
|
|
|
# ESLint cache
|
|
.eslintcache*
|
|
|
|
# Terraform generated files
|
|
openapi.json
|
|
|
|
Terraform/terraform-provider-oneuptime/**
|
|
Terraform/openapi.json
|
|
TerraformTest/**
|
|
|
|
terraform-provider-example/**
|
|
|
|
# MCP Server
|
|
MCP/build/
|
|
MCP/.env
|
|
MCP/node_modules
|
|
Dashboard/public/sw.js
|
|
App/Dashboard/public/sw.js
|
|
.claude/settings.local.json
|
|
Common/.claude/settings.local.json
|
|
E2E/Terraform/e2e-tests/test-env.sh
|
|
|
|
# Terraform state and plan files
|
|
*.tfplan
|
|
tfplan
|
|
terraform.tfstate
|
|
terraform.tfstate.backup
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
.claude/worktrees/**
|
|
App/FeatureSet/Dashboard/public/sw.js
|
|
|
|
RFP/
|