Update how-to-use.md
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 7s

This commit is contained in:
Arlind
2025-06-20 15:26:03 +02:00
parent b212a89173
commit e04b0c6e1c

View File

@@ -161,10 +161,10 @@ There is a .gitignore file in the root of the repo. You can add any skins you do
Here's an example:
```
*WhiteCat*
*Vaxei*
/Skins/*WhiteCat*
/Skins/*Vaxei*
```
So in this example if a Skin has WhiteCat or Vaxei in the name, it will be ignored.
So in this example if a Skin has WhiteCat or Vaxei in the name, it will not be uploaded.
---