ignore-files-workflow
Installation
SKILL.md
Ignore Files Workflow
Auto-activate when: Working with .gitignore, .dockerignore, .specstory/, or when user mentions ignore files, version control organization, or Docker build context.
Comprehensive guidelines for maintaining .gitignore and .dockerignore files with proper organization, synchronization, and best practices.
Purpose
Maintain .gitignore and .dockerignore files to:
- Exclude unnecessary files from Git version control
- Reduce Docker build context and image sizes
- Prevent accidental commits of secrets and credentials
- Improve build performance
- Keep repositories clean and focused