Skip to content

Commit 22f2cf9

Browse files
Revert "update gitignore"
This reverts commit d16120a.
1 parent d16120a commit 22f2cf9

File tree

6 files changed

+10
-43
lines changed

6 files changed

+10
-43
lines changed

.dockerignore

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
node_modules
22
Dockerfile*
33
docker-compose*
4-
helm-charts
54
.dockerignore
6-
75
.git
86
.gitignore
9-
107
README.md
118
LICENSE
12-
9+
.vscode
10+
helm-charts
1311
.env
14-
1512
.editorconfig
1613
.idea
17-
.vscode
1814
coverage*
19-
20-
.DS_Store
15+
.DS_Store

.editorconfig

Lines changed: 0 additions & 28 deletions
This file was deleted.

.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
VITE_APP_DOMAIN=http://localhost:3000
2+
VITE_APP_KEYCLOAK_URL=http://localhost:8090
3+
VITE_APP_BACKEND_URL=http://localhost:8080

.env.production

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
VITE_APP_DOMAIN=https://app.softeno.com
2+
VITE_APP_KEYCLOAK_URL=https://auth.softeno.com
3+
VITE_APP_BACKEND_URL=https://api.softeno.com/spring-reactive-template

.env.template

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,4 @@ coverage
2525
*.sw?
2626

2727
src/graphql/*.ts
28-
src/graphql/*.js
29-
30-
.env*
31-
!.env.template
28+
src/graphql/*.js

0 commit comments

Comments
 (0)