mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
101 lines
1.2 KiB
Plaintext
101 lines
1.2 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
|
|
|
|
Haraka/dkim/keys/private_base64.txt
|
|
Haraka/dkim/keys/public_base64.txt
|
|
|
|
.eslintcache
|
|
|
|
HelmChart/Values/*.values.yaml
|
|
|
|
Llama/Models/tokenizer*
|
|
Llama/Models/llama*
|
|
|
|
Llama/__pycache__/*
|
|
|
|
Examples/otel-dotnet/obj/* |