Skip to content

Remove duplicates and add common ignore patterns#23

Merged
MohamadSalman11 merged 1 commit intolovit-dev:mainfrom
Danncode10:fix/gitignore-cleanup
May 23, 2025
Merged

Remove duplicates and add common ignore patterns#23
MohamadSalman11 merged 1 commit intolovit-dev:mainfrom
Danncode10:fix/gitignore-cleanup

Conversation

@Danncode10
Copy link
Contributor

@Danncode10 Danncode10 commented May 23, 2025

Summary

Cleaned up the .gitignore file by removing duplicate entries, organizing ignore rules, and ensuring standard development-related files and directories (such as .env, .parcel-cache, and Thumbs.db) are properly ignored.

Motivation

Improving the .gitignore helps reduce clutter in version control, ensures unnecessary files are excluded from commits, and follows best practices to support a clean and consistent development environment across all contributors.

Change Type

  • 🧹 Refactor (non-breaking improvements, no behavior change)

Checklist

  • I’ve read the Contributing Guidelines
  • My code matches the project’s coding style (npm run lint)
  • My change introduces changes to the documentation
  • I’ve updated documentation where needed
  • I’ve added tests covering new behavior
  • All existing and new tests pass

Related Issues

@MohamadSalman11 MohamadSalman11 merged commit 90f45b9 into lovit-dev:main May 23, 2025
5 checks passed
@MohamadSalman11
Copy link
Contributor

MohamadSalman11 commented May 23, 2025

@Danncode10 thanks for your contribution! Looks good.

@Danncode10 Danncode10 deleted the fix/gitignore-cleanup branch May 25, 2025 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a standard .gitignore file to the repository

2 participants