diff --git a/examples/counter/tauri/.gitignore b/examples/counter/tauri/.gitignore index a547bf36d..251ce6d2b 100644 --- a/examples/counter/tauri/.gitignore +++ b/examples/counter/tauri/.gitignore @@ -8,7 +8,6 @@ pnpm-debug.log* lerna-debug.log* node_modules -dist dist-ssr *.local diff --git a/examples/counter/tauri/dist/.gitignore b/examples/counter/tauri/dist/.gitignore new file mode 100644 index 000000000..668823aaf --- /dev/null +++ b/examples/counter/tauri/dist/.gitignore @@ -0,0 +1,5 @@ +# Ignore all files in this dir... +* + +# ... except for this one. +!.gitignore