Skip to content

Commit 17df86f

Browse files
authored
chore(admin-ui): ignore unecessary files (#1992)
* chore(admin-ui): improve gitignore list Signed-off-by: Riza Arsyi <[email protected]> * refactor(admin-ui): remove unecessary files - .env should not to commited, prevent leaking a sensitive data - configApiSpects.yaml is always generated by the system and no need to be commited Signed-off-by: Riza Arsyi <[email protected]> * fix(admin-ui): fix typo Signed-off-by: Riza Arsyi <[email protected]> --------- Signed-off-by: Riza Arsyi <[email protected]>
1 parent d2f6674 commit 17df86f

File tree

3 files changed

+7
-17881
lines changed

3 files changed

+7
-17881
lines changed

admin-ui/.env

-2
This file was deleted.

admin-ui/.gitignore

+7-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@ yarn.lock
99
plugins_repo
1010

1111

12-
# other
12+
# Editor directories and files
1313
.DS_Store
1414
.project
1515
.jshintrc
1616
.npmignore
1717
.settings/
1818
.vs
1919
.idea/
20-
.env.production
20+
.env
21+
.env.*
22+
*.local
23+
.vscode/*
24+
!.vscode/extensions.json
25+
configApiSpecs.yaml

0 commit comments

Comments
 (0)