Skip to content

Commit d433eac

Browse files
authored
Merge pull request #28 from bobanetwork/fix/cleanup-ecosystem
Fix/cleanup ecosystem
2 parents e477f97 + cc60ca8 commit d433eac

38 files changed

+8
-297
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ To add or remove projects from the JSON data, please follow these steps:
3434
### Create a Pull Request:
3535
- After your issue is approved, create a pull request using the Project Update Pull Request Template.
3636
- Ensure to provide all necessary details, including project information and reason for removal (if applicable).
37+
38+
39+
## To remove icon files in nested folders.
40+
41+
```ssh
42+
find . -type f \( -name '*Dega*.svg' -o -name '*Dega*.webp' \) -delete
43+
```

ecosystem/icons/dark/charm.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

ecosystem/icons/dark/charm.webp

-19.7 KB
Binary file not shown.

ecosystem/icons/dark/dega.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

ecosystem/icons/dark/dega.webp

-20.8 KB
Binary file not shown.

ecosystem/icons/dark/gin_finance.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

ecosystem/icons/dark/gin_finance.webp

-32.7 KB
Binary file not shown.

ecosystem/icons/dark/hedgey.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

ecosystem/icons/dark/hedgey.webp

-11.1 KB
Binary file not shown.

ecosystem/icons/dark/ichi.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)