Skip to content

Commit

Permalink
chore(admin-ui): ignore unecessary files (#1992)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
rizarsyi authored Feb 12, 2025
1 parent d2f6674 commit 17df86f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17,881 deletions.
2 changes: 0 additions & 2 deletions admin-ui/.env

This file was deleted.

9 changes: 7 additions & 2 deletions admin-ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ yarn.lock
plugins_repo


# other
# Editor directories and files
.DS_Store
.project
.jshintrc
.npmignore
.settings/
.vs
.idea/
.env.production
.env
.env.*
*.local
.vscode/*
!.vscode/extensions.json
configApiSpecs.yaml
Loading

0 comments on commit 17df86f

Please sign in to comment.