Skip to content

Commit 4903fd4

Browse files
committed
Fix gitignore ignore translations files
1 parent d95d182 commit 4903fd4

10 files changed

Lines changed: 938 additions & 1 deletion

File tree

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ downloads/
1515
eggs/
1616
.eggs/
1717
lib/
18-
lib64/docs
18+
lib64/
1919
parts/
2020
sdist/
2121
var/
@@ -52,8 +52,13 @@ coverage.xml
5252
cover/
5353

5454
# Translations
55+
# .mo and .pot are typically ignored in Python projects but NetNeighbor needs
56+
# them committed: .mo for running from source, .pot for translators.
57+
# !locale/ exceptions override the generic rules for this project only.
5558
*.mo
5659
*.pot
60+
!locale/**/*.mo
61+
!locale/netneighbor.pot
5762

5863
# Django stuff:
5964
*.log
@@ -224,3 +229,6 @@ tools/appimagetool-*.AppImage
224229
dist/appimage-build/
225230

226231
# Screenshots (user-generated, not committed to repo)
232+
233+
# Claude Code project directory (local AI assistant config, not for the repo)
234+
.claude/
12.8 KB
Binary file not shown.
13.2 KB
Binary file not shown.
13.4 KB
Binary file not shown.
12.9 KB
Binary file not shown.
13.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)