diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-03-20 04:42:43 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-03-20 04:45:51 +0900 |
commit | 38ab620c055e31568a792cef1c278aa608db7cf8 (patch) | |
tree | e5c049a9dc833d8845c079982fb293f92c24dc09 /.gitignore | |
parent | 9897b80e34bb64b138a340acd37a44c2ab02c17c (diff) | |
download | rub-38ab620c055e31568a792cef1c278aa608db7cf8.tar.gz |
Switch to XML templating
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index dbb91d8..48698d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +__pycache__/ dist/ -eg/ +src/* +!src/rub/ |