From a45d364c6d9b83eaa41120e1a25620807ea44de8 Mon Sep 17 00:00:00 2001 From: lensferno Date: Sat, 26 Mar 2022 10:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 24 ++++++++++++++++++++++++ 20220302_2.cpp => archive/20220302_2.cpp | 0 20220303.cpp => archive/20220303.cpp | 0 20220310.cpp => archive/20220310.cpp | 0 p97_3-15.cpp => archive/p97_3-15.cpp | 0 5 files changed, 24 insertions(+) create mode 100644 .gitignore rename 20220302_2.cpp => archive/20220302_2.cpp (100%) rename 20220303.cpp => archive/20220303.cpp (100%) rename 20220310.cpp => archive/20220310.cpp (100%) rename p97_3-15.cpp => archive/p97_3-15.cpp (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aebedde --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# CMake +cmake-build-*/ \ No newline at end of file diff --git a/20220302_2.cpp b/archive/20220302_2.cpp similarity index 100% rename from 20220302_2.cpp rename to archive/20220302_2.cpp diff --git a/20220303.cpp b/archive/20220303.cpp similarity index 100% rename from 20220303.cpp rename to archive/20220303.cpp diff --git a/20220310.cpp b/archive/20220310.cpp similarity index 100% rename from 20220310.cpp rename to archive/20220310.cpp diff --git a/p97_3-15.cpp b/archive/p97_3-15.cpp similarity index 100% rename from p97_3-15.cpp rename to archive/p97_3-15.cpp