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 1
1
node_modules
2
2
Dockerfile *
3
3
docker-compose *
4
+ helm-charts
4
5
.dockerignore
6
+
5
7
.git
6
8
.gitignore
9
+
7
10
README.md
8
11
LICENSE
9
- .vscode
10
- helm-charts
12
+
11
13
.env
14
+
12
15
.editorconfig
13
16
.idea
17
+ .vscode
14
18
coverage *
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
25
25
* .sw ?
26
26
27
27
src /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