Skip to content

chore(idurar-erp-crm): update .gitignore files to exclude unwanted tracked files#708

Draft
augmentcode[bot] wants to merge 1 commit into
mainfrom
hammads-turing/update-idurar-gitignore
Draft

chore(idurar-erp-crm): update .gitignore files to exclude unwanted tracked files#708
augmentcode[bot] wants to merge 1 commit into
mainfrom
hammads-turing/update-idurar-gitignore

Conversation

@augmentcode
Copy link
Copy Markdown

@augmentcode augmentcode Bot commented May 26, 2026

Summary

Updates .gitignore files in the idurar-erp-crm project to exclude files that should never be tracked in the repository, and removes those files from Git's index.

Changes

New file: .gitignore (repo root)

Adds a root-level .gitignore for the Augment-Repos monorepo covering:

  • .DS_Store / macOS metadata files
  • .vscode/ editor directories
  • .env / *.env environment files
  • Common log files

Updated: idurar-erp-crm/backend/.gitignore

  • Added .env (was tracked — contains JWT secrets and API keys)
  • Added .vscode/ (was tracked — IDE-specific settings)
  • Added .env.*.local catch-all

Updated: idurar-erp-crm/frontend/.gitignore

  • Added .env (was tracked)
  • Added *.env (covers temp.env and any future env files)
  • Added .vscode/ and .idea/ editor directories

Untracked files removed from Git index

File Reason
idurar-erp-crm/.DS_Store macOS metadata — should never be committed
idurar-erp-crm/backend/.env Contains JWT secret and API keys — sensitive
idurar-erp-crm/backend/.vscode/settings.json Developer-specific IDE settings
idurar-erp-crm/frontend/.env Contains backend server URL config
idurar-erp-crm/frontend/.vscode/settings.json Developer-specific IDE settings
idurar-erp-crm/frontend/temp.env Temporary environment file

Testing

Verified with git ls-files that all listed files are no longer tracked after this change.


Pull Request opened by Augment Code | View session

- Add root-level .gitignore covering .DS_Store, .vscode/, .env, and logs
- Update idurar-erp-crm/backend/.gitignore to exclude .env and .vscode/
- Update idurar-erp-crm/frontend/.gitignore to exclude .env, .vscode/, and *.env
- Untrack already-committed files: .DS_Store, backend/.env, backend/.vscode/,
  frontend/.env, frontend/.vscode/, and frontend/temp.env
@augmentcode
Copy link
Copy Markdown
Author

augmentcode Bot commented May 26, 2026

PR Author Agent

👋 I've got this PR — here's what I'll handle for you:

  • Review feedback — implement suggestions, answer questions, fix what comes up
  • CI failures — I get pinged when checks fail and try to fix them
  • Merge conflicts — bring the PR back up to date when it falls behind
  • Merge gates — watch CI, reviews, and verification
  • Ping you the moment it's ready to merge

Marking it ready and picking reviewers are your call — I'll leave both alone.

Drop a comment anytime!

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