chore: clean up generated files and update gitignore

- remove api-docs.json from version control
- add src-tauri/gen/ to gitignore
This commit is contained in:
2026-05-24 23:35:17 +08:00
parent 91e22e1f89
commit 6c90b09ef7
44 changed files with 1015 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false