Go to file
Kumi ad816933bf
Add project migration support and boilerplate
Implemented a new Migrator class in 'migrator.py' to automate the
transfer of projects from GitLab to Gitea, including handling project
visibility settings and descriptions. Also, created a '.gitignore' file
to exclude unnecessary files from the repository, such as Python
bytecode and virtual environments. Lastly, specified the required
libraries in 'requirements.txt' to run the migration script. This setup
eases the migration process for multiple projects and ensures a
consistent development environment by ignoring irrelevant files.
2024-02-18 19:43:02 +01:00
.gitignore Add project migration support and boilerplate 2024-02-18 19:43:02 +01:00
migrator.py Add project migration support and boilerplate 2024-02-18 19:43:02 +01:00
requirements.txt Add project migration support and boilerplate 2024-02-18 19:43:02 +01:00