diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..65531ca --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..17eb9ec --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/try.iml b/.idea/try.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/try.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 64d00f6..6cc41d9 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ git branch newBranches ``` -​ 2.切换分支,在demo2.0这个分支进行创作不会影响master分支 + 2.切换分支,在demo2.0这个分支进行创作不会影响master分支 ```bash git checkout newBranches @@ -120,7 +120,7 @@ git checkout newBranches - [makerrrrrr] (https://github.com/makerrrrrr) - [lrq] (https://github.com/Li-Ruiqi777) - [Hinar] (https://github.com/890mn) - + - [NoNo] (https://github.com/lzh0627)