Skip to content

Add Docker override and archive patterns to .gitignore#2

Open
shahabRDZ wants to merge 1 commit into
mainfrom
improve/gitignore
Open

Add Docker override and archive patterns to .gitignore#2
shahabRDZ wants to merge 1 commit into
mainfrom
improve/gitignore

Conversation

@shahabRDZ
Copy link
Copy Markdown
Owner

Summary

  • Add docker-compose.override.yml to prevent local Docker config leaks
  • Add *.tar.gz and *.zip archive patterns

Closes #1

Test plan

  • No tracked files affected by new rules

Copy link
Copy Markdown
Owner Author

@shahabRDZ shahabRDZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean additions. The docker-compose.override.yml pattern is important for local dev configs with custom port mappings or volume mounts. Archive patterns prevent accidental large file commits.

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.

Add Docker Compose override and archive files to .gitignore

1 participant