commit b02a79986a340f8888118f5ae89e0791fbd60f93 Author: sensen Date: Tue Dec 24 21:57:12 2024 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0fb3f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# ---> MicrosoftOffice +*.tmp + +# Word temporary +~$*.doc* + +# Word Auto Backup File +Backup of *.doc* + +# Excel temporary +~$*.xls* + +# Excel Backup File +*.xlk + +# PowerPoint temporary +~$*.ppt* + +# Visio autosave temporary files +*.~vsd* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..5dcb3de --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# graduate_template + +毕业设计模板 \ No newline at end of file