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
|
|
|
|
.idea
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2020-01-22 08:09:04 +00:00
|
|
|
env.js
|
2020-05-29 10:09:01 +00:00
|
|
|
/.vscode
|
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
|
2019-10-13 00:04:36 +00:00
|
|
|
|
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
|