File tree Expand file tree Collapse file tree 6 files changed +43
-10
lines changed
Expand file tree Collapse file tree 6 files changed +43
-10
lines changed Original file line number Diff line number Diff line change 11node_modules
22Dockerfile *
33docker-compose *
4+ helm-charts
45.dockerignore
6+
57.git
68.gitignore
9+
710README.md
811LICENSE
9- .vscode
10- helm-charts
12+
1113.env
14+
1215.editorconfig
1316.idea
17+ .vscode
1418coverage *
15- .DS_Store
19+
20+ .DS_Store
Original file line number Diff line number Diff line change 1+ # https://editorconfig.org
2+ root = true
3+
4+ [* ]
5+ charset = utf-8
6+ end_of_line = lf
7+
8+ [* .{js,jsx,ts,tsx,vue} ]
9+ indent_size = 2
10+ indent_style = space
11+ insert_final_newline = true
12+ max_line_length = 120
13+ trim_trailing_whitespace = true
14+ ij_typescript_spaces_within_imports = true
15+ ij_javascript_spaces_within_imports = true
16+
17+ [* .css ]
18+ indent_size = 2
19+ indent_style = space
20+ insert_final_newline = true
21+ max_line_length = 120
22+
23+ [* .md ]
24+ max_line_length = 0
25+ trim_trailing_whitespace = false
26+
27+ [COMMIT_EDITMSG ]
28+ max_line_length = 0
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ VITE_APP_DOMAIN =
2+ VITE_APP_KEYCLOAK_URL =
3+ VITE_APP_BACKEND_URL =
Original file line number Diff line number Diff line change @@ -25,4 +25,7 @@ coverage
2525* .sw ?
2626
2727src /graphql /* .ts
28- src /graphql /* .js
28+ src /graphql /* .js
29+
30+ .env *
31+ ! .env.template
You can’t perform that action at this time.
0 commit comments