chore(idurar-erp-crm): update .gitignore files to exclude unwanted tracked files#708
Draft
augmentcode[bot] wants to merge 1 commit into
Draft
chore(idurar-erp-crm): update .gitignore files to exclude unwanted tracked files#708augmentcode[bot] wants to merge 1 commit into
augmentcode[bot] wants to merge 1 commit into
Conversation
- 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
Author
|
👋 I've got this PR — here's what I'll handle for you:
Marking it ready and picking reviewers are your call — I'll leave both alone. Drop a comment anytime! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates
.gitignorefiles in theidurar-erp-crmproject 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
.gitignorefor theAugment-Reposmonorepo covering:.DS_Store/ macOS metadata files.vscode/editor directories.env/*.envenvironment filesUpdated:
idurar-erp-crm/backend/.gitignore.env(was tracked — contains JWT secrets and API keys).vscode/(was tracked — IDE-specific settings).env.*.localcatch-allUpdated:
idurar-erp-crm/frontend/.gitignore.env(was tracked)*.env(coverstemp.envand any future env files).vscode/and.idea/editor directoriesUntracked files removed from Git index
idurar-erp-crm/.DS_Storeidurar-erp-crm/backend/.envidurar-erp-crm/backend/.vscode/settings.jsonidurar-erp-crm/frontend/.envidurar-erp-crm/frontend/.vscode/settings.jsonidurar-erp-crm/frontend/temp.envTesting
Verified with
git ls-filesthat all listed files are no longer tracked after this change.Pull Request opened by Augment Code | View session