Actions
Patch #44195
closedAdd `__pycache__` directory to .gitignore
Description
Add lib/redmine/scm/adapters/mercurial/__pycache__/ to .gitignore to prevent Python bytecode cache files from being tracked in the repository.
Files
Updated by Go MAEDA about 2 months ago
- Subject changed from Add `__pycache__` directory to svn:ignore and .gitignore to Add `__pycache__` directory to .gitignore
- Description updated (diff)
The directory is already ignored in the Subversion repository.
Updated by Go MAEDA about 2 months ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch in r24784.
Actions