sway: hide development noise inside sway submodule from outer git status
- SHA
62acfe99189d1e3bb4536995e10f43fa492f389b- Parents
-
72bb003 - Tree
a20952a
62acfe9
62acfe99189d1e3bb4536995e10f43fa492f389b72bb003
a20952a| Status | File | + | - |
|---|---|---|---|
| M |
.gitmodules
|
4 | 0 |
.gitmodulesmodified@@ -8,3 +8,7 @@ | ||
| 8 | 8 | [submodule "sway"] |
| 9 | 9 | path = sway |
| 10 | 10 | url = https://github.com/tenseleyFlow/sway.git |
| 11 | + # Hide development noise (.venv, __pycache__, dist/) inside sway/ | |
| 12 | + # from the outer repo's `git status`. sway's own .gitignore already | |
| 13 | + # covers these locally. | |
| 14 | + ignore = untracked | |