From c9f4771036ab7baee5824ddbc2a0ea953b2b8b8e Mon Sep 17 00:00:00 2001 From: huihut Date: Wed, 5 Jun 2019 00:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20.vscode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .vscode/settings.json | 46 ------------------------------------------- 2 files changed, 1 insertion(+), 46 deletions(-) create mode 100644 .gitignore delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8846625..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "files.associations": { - "initializer_list": "cpp", - "type_traits": "cpp", - "xstring": "cpp", - "xtree": "cpp", - "xutility": "cpp", - "iosfwd": "cpp", - "vector": "cpp", - "algorithm": "cpp", - "streambuf": "cpp", - "tuple": "cpp", - "system_error": "cpp", - "xtr1common": "cpp", - "limits": "cpp", - "exception": "cpp", - "fstream": "cpp", - "map": "cpp", - "utility": "cpp", - "ios": "cpp", - "istream": "cpp", - "ostream": "cpp", - "xiosbase": "cpp", - "cctype": "cpp", - "cmath": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "cwchar": "cpp", - "iostream": "cpp", - "iterator": "cpp", - "memory": "cpp", - "new": "cpp", - "stdexcept": "cpp", - "typeinfo": "cpp", - "xfacet": "cpp", - "xlocale": "cpp", - "xlocinfo": "cpp", - "xlocnum": "cpp", - "xmemory": "cpp", - "xmemory0": "cpp", - "xstddef": "cpp" - } -} \ No newline at end of file