This repository is used to store and manage all assets for the project on GitHub.
Assets/
├── image/
│ └── logo/
│ ├── logo.jpeg
│ ├── logo1.jpeg
│ └── logo2.jpeg
└── README.md
This repository serves as a centralized location for all project assets, making them easily accessible and version-controlled through GitHub.
Assets stored in this repository can be referenced in other projects or documentation using GitHub's raw file URLs or by cloning this repository.
When adding new assets:
- Organize files in appropriate directories
- Use descriptive file names
- Keep file sizes reasonable
- Update this README if adding new asset categories