From 9fcea60555c266d73f4abeb142834b8b46c0b117 Mon Sep 17 00:00:00 2001 From: Peng-YM <1048217874pengym@gmail.com> Date: Sat, 5 Sep 2020 09:48:39 +0800 Subject: [PATCH] Bug fixed for Loon --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 12 +- .idea/.gitignore | 5 - .idea/MagicStore.iml | 12 - .idea/dictionaries/pengym.xml | 7 - .idea/inspectionProfiles/Project_Default.xml | 6 - .idea/misc.xml | 6 - .idea/modules.xml | 8 - .idea/vcs.xml | 6 - backend/.idea/backend.iml | 12 - backend/.idea/codeStyles/codeStyleConfig.xml | 5 - backend/.idea/modules.xml | 8 - backend/.idea/vcs.xml | 6 - backend/.idea/workspace.xml | 342 ------------------- backend/sub-store.js | 6 +- config/.DS_Store | Bin 6148 -> 0 bytes 16 files changed, 14 insertions(+), 427 deletions(-) delete mode 100644 .DS_Store delete mode 100644 .idea/.gitignore delete mode 100644 .idea/MagicStore.iml delete mode 100644 .idea/dictionaries/pengym.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 backend/.idea/backend.iml delete mode 100644 backend/.idea/codeStyles/codeStyleConfig.xml delete mode 100644 backend/.idea/modules.xml delete mode 100644 backend/.idea/vcs.xml delete mode 100644 backend/.idea/workspace.xml delete mode 100644 config/.DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 939b3ca2c57530d3466c4d3be49ea10f33fee7ed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK!H&}~5FK~R)-6KxfCSupL0o!hK-->>vZWljA%frlXgArEHX@CqCZ&Q>6n+E# zh9f_~FYp=6*jBVvKtg*!Xf-2^-*`M@*UypN0RS;s#~wf*03<45tBcKVgvLo5(sG^- zqA+vJAcOc_u*y>1h-SzC$N-&P2OtLZbK^d0oViK-iQtwGvE+S_?(>kr~FnXTMHYfcX z4|P_CNj6)VDsTwYN+A1=kF8pg;~*xc?kVDAKtX zoatp==M#f_5lcOtI+o;5@9ELq&)<$Qx)BxsMO40Mtaff;HkkotfElm%<4G5GT|V6i`+5;%)mYa2e#X%_y5tK>;L^E?lA+*z@=h9 zw5P#zf?INLYh!ct)+*FfR1%7-EY>M#n5P(H=_$U2Y6Sg?3`E~yWf46n{71mhzzs9- HPZ{_H)E;+U diff --git a/.gitignore b/.gitignore index 5f3ef18..aa52fb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store # json config backend/sub-store.json backend/root.json @@ -117,4 +118,13 @@ dist .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz -.pnp.* \ No newline at end of file +.pnp.* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/MagicStore.iml b/.idea/MagicStore.iml deleted file mode 100644 index 24643cc..0000000 --- a/.idea/MagicStore.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/dictionaries/pengym.xml b/.idea/dictionaries/pengym.xml deleted file mode 100644 index f54b023..0000000 --- a/.idea/dictionaries/pengym.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - obfs - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 3db675c..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28a804d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 8fe30fa..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/backend/.idea/backend.iml b/backend/.idea/backend.iml deleted file mode 100644 index 24643cc..0000000 --- a/backend/.idea/backend.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/backend/.idea/codeStyles/codeStyleConfig.xml b/backend/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index a55e7a1..0000000 --- a/backend/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/backend/.idea/modules.xml b/backend/.idea/modules.xml deleted file mode 100644 index e066844..0000000 --- a/backend/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/backend/.idea/vcs.xml b/backend/.idea/vcs.xml deleted file mode 100644 index 6c0b863..0000000 --- a/backend/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml deleted file mode 100644 index 158c22f..0000000 --- a/backend/.idea/workspace.xml +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - - - - - - - - - - - - - -