oneuptime/.gitignore

115 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-08-02 15:53:37 +00:00
node_modules
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
2022-12-16 07:22:05 +00:00
node_modules
2022-02-11 22:22:01 +00:00
2022-03-19 17:17:33 +00:00
# Build Dist
2022-03-19 17:21:52 +00:00
*/build/dist/*
2022-03-19 17:17:33 +00:00
2022-07-05 14:25:44 +00:00
# Build Dist
2022-12-07 14:13:33 +00:00
**/dist/*
2022-07-05 14:25:44 +00:00
2019-08-02 15:53:37 +00:00
.idea
# testing
**/coverage
2019-08-02 15:53:37 +00:00
# production
/build
# misc
.DS_Store
2022-04-24 19:20:53 +00:00
2020-01-22 08:09:04 +00:00
env.js
2019-08-02 15:53:37 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
Untitled-1
2019-12-25 23:52:09 +00:00
*.local.sh
*.local.yaml
2021-03-01 19:22:48 +00:00
run
stop
2020-02-25 18:53:55 +00:00
nohup.out*
encrypted-credentials.tar
2020-03-20 17:48:19 +00:00
encrypted-credentials/
2020-06-24 10:39:35 +00:00
_README.md
2021-02-03 09:14:05 +00:00
# Important Add production values to gitignore.
2020-06-24 10:39:35 +00:00
values-saas-production.yaml
kubernetes/values-saas-production.yaml
2021-01-06 14:12:09 +00:00
2021-02-03 09:24:19 +00:00
/private
/public
/tls_cert.pem
/tls_key.pem
2021-03-08 20:12:10 +00:00
/keys
2021-03-22 20:34:10 +00:00
temp_readme.md
2021-05-12 21:03:35 +00:00
tests/coverage
2021-07-01 15:02:09 +00:00
2021-07-08 11:24:40 +00:00
settings.json
2022-04-26 13:23:33 +00:00
GoSDK/tester/
2022-10-19 18:28:08 +00:00
.gitconfig
2022-11-08 15:24:58 +00:00
secret.env
2022-11-08 17:18:40 +00:00
# This file is autogenerated from the template
2022-11-08 16:27:06 +00:00
*/.env
2022-11-08 17:18:40 +00:00
*/Dockerfile
2022-11-08 16:23:31 +00:00
config.env
2022-11-10 18:50:20 +00:00
config.env.tmp
config.env.temp
2022-11-22 20:18:12 +00:00
logs.txt
2022-12-06 08:04:15 +00:00
*/Cert.crt
*/Key.key
2022-12-07 14:13:33 +00:00
2022-12-11 08:11:42 +00:00
Certs/StatusPageCerts/*.crt
Certs/StatusPageCerts/*.key
2022-12-12 09:55:30 +00:00
2022-12-14 10:23:04 +00:00
Certs/ServerCerts/*.crt
Certs/ServerCerts/*.key
2022-12-12 09:55:30 +00:00
Backups/*.backup
2023-01-31 09:40:57 +00:00
Backups/*.sql
Backups/*.tar
2023-07-22 17:51:21 +00:00
.env
2023-08-15 13:39:57 +00:00
Haraka/dkim/keys/private_base64.txt
Haraka/dkim/keys/public_base64.txt
2023-09-22 12:04:54 +00:00
.eslintcache
2023-09-29 11:13:30 +00:00
HelmChart/Values/*.values.yaml
2023-10-14 15:36:12 +00:00
LLM/__pycache__/*
2023-10-16 19:54:21 +00:00
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