From c2308a53ce8f0f9898341aa3c8093d599f841b4a Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Mon, 30 Sep 2024 15:07:28 +0800 Subject: [PATCH] add ingnore --- .fvm/flutter_sdk | 1 - .fvm/fvm_config.json | 3 --- .fvmrc | 3 --- .gitignore | 5 ++++- .vscode/settings.json | 3 --- 5 files changed, 4 insertions(+), 11 deletions(-) delete mode 120000 .fvm/flutter_sdk delete mode 100644 .fvm/fvm_config.json delete mode 100644 .fvmrc delete mode 100644 .vscode/settings.json diff --git a/.fvm/flutter_sdk b/.fvm/flutter_sdk deleted file mode 120000 index 18fa846..0000000 --- a/.fvm/flutter_sdk +++ /dev/null @@ -1 +0,0 @@ -/Users/biao/fvm/versions/3.19.2 \ No newline at end of file diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json deleted file mode 100644 index e4dbfda..0000000 --- a/.fvm/fvm_config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "flutterSdkVersion": "3.19.2" -} \ No newline at end of file diff --git a/.fvmrc b/.fvmrc deleted file mode 100644 index 090816f..0000000 --- a/.fvmrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "flutter": "3.19.2" -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 702f171..68a724c 100644 --- a/.gitignore +++ b/.gitignore @@ -97,4 +97,7 @@ ios/cocos2d/cocosgame/engine/external/unzip/cocos2d_libs.build ios/cocos2d/cocosgame/engine/external/xxhash/cocos2d_libs.build # FVM Version Cache -.fvm/ \ No newline at end of file +.fvm/ +.fvm +.vscode +.fvmrc diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8a15cae..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "dart.flutterSdkPath": ".fvm/versions/3.19.2" -} \ No newline at end of file -- libgit2 0.22.2