commit 73ff084a201afac4d3c09dd870d516da2b14fdbb Author: Mrxtyyp <1126084777@qq.com> Date: Fri Mar 15 16:06:53 2024 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a19f004 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# ---> Vue +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..65f8c14 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# invoicing-system + +经销存系统 \ No newline at end of file