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-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
|
|
|
|
*/dist/*
|
|
|
|
|
2019-08-02 15:53:37 +00:00
|
|
|
.idea
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# 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
|
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
|
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
|
|
|
|
|
|
|
|
secret.env
|