Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 9050e71

Browse files
committed
added absolute paths for 'dist' paths in .gitignore that were mistakenly including axios library
1 parent cc5e062 commit 9050e71

2 files changed

Lines changed: 1091 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ gradle-app.setting
7171
node_modules/
7272

7373
.DS_Store
74-
dist/
75-
website/dist/
74+
/dist/
75+
/website/dist/

0 commit comments

Comments
 (0)