diff options
| author | 2025-05-25 11:06:07 +0800 | |
|---|---|---|
| committer | 2025-05-25 11:06:07 +0800 | |
| commit | be081382d8e1dfa297f09f1c8915603beb1ac754 (patch) | |
| tree | fe974b2654c1485a004914bc74e84b357c633983 | |
| parent | 50149c1872098945b6942a22f8c638403b7eed8b (diff) | |
| download | soon-be081382d8e1dfa297f09f1c8915603beb1ac754.tar.gz soon-be081382d8e1dfa297f09f1c8915603beb1ac754.zip | |
feat: Update .gitignore to include Cargo.lock and aur package
| -rw-r--r-- | .gitignore | 5 | ||||
| m--------- | aur | 0 |
2 files changed, 4 insertions, 1 deletions
@@ -174,4 +174,7 @@ cython_debug/ .pypirc # Cargo Lock -Cargo.lock
\ No newline at end of file +Cargo.lock + +# aur package +aur/
\ No newline at end of file diff --git a/aur b/aur -Subproject 6c9d9dfe3f4e51af433e88d65f9acfca2865c86 +Subproject 01c7dfeca2767d6f227507c8b2cb15255df39b5 |