You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid Large Files: Ensure there are no large files in the repository that are not necessary for the code to work (e.g., large images, compiled files, etc.). For large files, consider using Git LFS (Large File Storage) or storing them elsewhere and linking to them.
Code Comments: Make sure the code is well-commented and that there are meaningful variable names.
The text was updated successfully, but these errors were encountered:
Avoid Large Files: Ensure there are no large files in the repository that are not necessary for the code to work (e.g., large images, compiled files, etc.). For large files, consider using Git LFS (Large File Storage) or storing them elsewhere and linking to them.
Code Comments: Make sure the code is well-commented and that there are meaningful variable names.
The text was updated successfully, but these errors were encountered: