diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-02-06 09:58:49 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-02-13 12:12:43 +0100 |
commit | 499272fa2996fa0d1152645e190d8012b6b83a50 (patch) | |
tree | 72b55518e497c3d024e64b0f6eaf380b116421a2 /.gitignore | |
parent | 569b0107c1d81f9a632e9f8c461b1911c0a15742 (diff) |
repository: improve .gitignore syntax
the __pycache__ folder will now be ignored by git in every folder.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -ogcli/__pycache__/ +__pycache__/ |