Skip to content

Commit 04b400e

Browse files
committed
chore(admin-ui): improve gitignore list
Signed-off-by: Riza Arsyi <[email protected]>
1 parent d2f6674 commit 04b400e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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+
configApiSpects.yaml

0 commit comments

Comments
 (0)