2021-07-11 02:20:31 -04:00
|
|
|
/.idea
|
|
|
|
/node_modules
|
2021-07-29 13:02:41 -04:00
|
|
|
/data
|
2021-09-15 12:12:39 -04:00
|
|
|
/out
|
2021-09-18 13:53:24 -04:00
|
|
|
/test
|
2021-09-15 12:12:39 -04:00
|
|
|
/kubernetes
|
2021-07-14 12:36:44 -04:00
|
|
|
/.do
|
2021-07-17 17:31:44 -04:00
|
|
|
**/.dockerignore
|
2021-09-15 12:12:39 -04:00
|
|
|
/private
|
2021-07-17 17:31:44 -04:00
|
|
|
**/.git
|
|
|
|
**/.gitignore
|
|
|
|
**/docker-compose*
|
2021-07-29 13:02:41 -04:00
|
|
|
**/[Dd]ockerfile*
|
2021-07-17 17:31:44 -04:00
|
|
|
LICENSE
|
|
|
|
README.md
|
|
|
|
.editorconfig
|
2021-07-20 11:39:21 -04:00
|
|
|
.vscode
|
2021-07-29 13:02:41 -04:00
|
|
|
.eslint*
|
|
|
|
.stylelint*
|
|
|
|
/.github
|
|
|
|
yarn.lock
|
|
|
|
app.json
|
2021-08-03 08:42:32 -04:00
|
|
|
CODE_OF_CONDUCT.md
|
|
|
|
CONTRIBUTING.md
|
2021-09-08 23:41:43 -04:00
|
|
|
CNAME
|
|
|
|
install.sh
|
|
|
|
SECURITY.md
|
|
|
|
tsconfig.json
|
2021-10-07 02:34:30 -04:00
|
|
|
.env
|
2021-10-02 02:43:31 -04:00
|
|
|
/tmp
|
2022-04-05 04:44:55 -04:00
|
|
|
/babel.config.js
|
|
|
|
/ecosystem.config.js
|
2021-07-29 13:02:41 -04:00
|
|
|
|
|
|
|
### .gitignore content (commented rules are duplicated)
|
|
|
|
|
|
|
|
#node_modules
|
|
|
|
.DS_Store
|
|
|
|
#dist
|
|
|
|
dist-ssr
|
|
|
|
*.local
|
|
|
|
#.idea
|
|
|
|
|
|
|
|
#/data
|
|
|
|
#!/data/.gitkeep
|
|
|
|
#.vscode
|
|
|
|
|
2022-04-05 04:44:55 -04:00
|
|
|
|
|
|
|
|
2021-07-29 13:02:41 -04:00
|
|
|
### End of .gitignore content
|