Skip to content

docs: improve .gitignore for developer environments#146

Open
Muskankr wants to merge 1 commit into
aditya-ai00:mainfrom
Muskankr:docs/improve-gitignore
Open

docs: improve .gitignore for developer environments#146
Muskankr wants to merge 1 commit into
aditya-ai00:mainfrom
Muskankr:docs/improve-gitignore

Conversation

@Muskankr

Copy link
Copy Markdown

Improve .gitignore for Developer Environments

Related Issue

Closes #124


Description

This PR improves the .gitignore file by adding commonly ignored IDE, editor, OS-generated, environment, and log files to prevent unnecessary local development files from being committed.


Changes Made

Added ignore rules for:

IDE & Editor Files

  • .vscode/
  • .idea/
  • *.swp
  • *.swo

OS Generated Files

  • .DS_Store
  • Thumbs.db

Environment Files

  • .env

Logs

  • *.log

Result

  • Cleaner repository structure
  • Prevents accidental commits of local development files
  • Improves collaboration consistency across different developer environments
  • Helps protect local environment configurations

Thank you for revewing my PR!

@vercel

vercel Bot commented May 15, 2026

Copy link
Copy Markdown

@Muskankr is attempting to deploy a commit to the aditya-ai00's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Muskankr

Copy link
Copy Markdown
Author

Hi @aditya-ai00, I created PR , Please review and let me know if any changes required further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant