diff options
| author | 2026-01-14 10:40:54 +0800 | |
|---|---|---|
| committer | 2026-01-14 10:40:54 +0800 | |
| commit | 6d8c2ae0f21a3fe74b8f359b668b6a5cd1b06bae (patch) | |
| tree | 769a4ce9f4c1cf90a34669b7b506ee21a8fd1ea8 /.gitignore | |
| parent | 71e3b888d07b263c59f748e7c0113ae1436a7e7d (diff) | |
| download | DropOut-6d8c2ae0f21a3fe74b8f359b668b6a5cd1b06bae.tar.gz DropOut-6d8c2ae0f21a3fe74b8f359b668b6a5cd1b06bae.zip | |
chore: Remove default capability configuration files from the Tauri project
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ target/ # lock file -Cargo.lock
\ No newline at end of file +Cargo.lock + +# Tauri dev files +src-tauri/gen/
\ No newline at end of file |