diff options
| author | 2026-01-19 11:15:50 +0800 | |
|---|---|---|
| committer | 2026-01-19 11:15:50 +0800 | |
| commit | 887e415314014c3da7db3048fa0e724f3078c5cb (patch) | |
| tree | 5da3d616425034ff9be32af85142069a0bdc7652 /.gitignore | |
| parent | a0ae58a33b68be15bc0559ac498149565573a366 (diff) | |
| download | DropOut-887e415314014c3da7db3048fa0e724f3078c5cb.tar.gz DropOut-887e415314014c3da7db3048fa0e724f3078c5cb.zip | |
chore(git): ignore artifact files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,3 +25,6 @@ node_modules/ # Python Build dist/ __pycache__/ + +# Tauri artifacts +artifacts/ |