diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-22 15:05:07 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-22 15:05:07 +0900 |
commit | bea8aadae758eff048fb9042023bf8902f45281e (patch) | |
tree | 554a684057240502011340b20fa7f2522dff1f52 | |
parent | 0a05adb1001af2e4b84dfb606d3d5782704cf195 (diff) | |
download | scadere-bea8aadae758eff048fb9042023bf8902f45281e.tar.gz |
Ignore dist/ directory
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c18dd8d..1be5bdb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__/ +dist/ |