diff options
| author | 2025-01-16 22:28:03 +0800 | |
|---|---|---|
| committer | 2025-01-16 22:28:03 +0800 | |
| commit | e6342cd4435983d426b3b1b88d5a9aa89ff175b8 (patch) | |
| tree | bacc22cc09451f9f3a960d457593f6bc7459e3ad /.gitignore | |
| parent | d44e3ff5013fa55b71b68ad5b9e652d67c8dfc94 (diff) | |
| download | DropOut-e6342cd4435983d426b3b1b88d5a9aa89ff175b8.tar.gz DropOut-e6342cd4435983d426b3b1b88d5a9aa89ff175b8.zip | |
chore: 更新 .gitignore 文件以包含 Cargo.lock
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,2 +1,5 @@ # target -target/
\ No newline at end of file +target/ + +# lock file +Cargo.lock
\ No newline at end of file |