Commit Graph

4 Commits

Author SHA1 Message Date
ToasterUwU
c00669d99a feat(.gitignore): Ignore new build and output
files

Added several file patterns related to build process and output
directories to the .gitignore file. This keeps the repository clean by
preventing unintentional commits of unnecessary files generated during
software builds and compiling processes. It also reduces clutter, making
the repo easier to navigate, and improves the overall efficiency of work
with the codebase.
2023-12-02 14:58:09 +01:00
ToasterUwU
489530cea7 refactor: remove (for now) unneeded files 2023-12-02 14:57:14 +01:00
ToasterUwU
59088fccf5 Refactor(.github/workflows/release.yml): Clean up
white spaces

Removed unnecessary white spaces from the release.yml file in the Github
actions workflow to enhance readability and improve code neatness.
2023-12-02 14:27:14 +01:00
ToasterUwU
021c217223
Initial commit 2023-12-02 13:25:16 +01:00