From c485985d3be687d17168512de44ea7b744fea7cc Mon Sep 17 00:00:00 2001 From: Kyomotoi Date: Tue, 20 Jul 2021 13:42:00 +0800 Subject: =?UTF-8?q?=E2=9C=A8=20=E6=96=B0=E5=A2=9E=E5=89=8D=E7=AB=AFdemo?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/manege/atri-manege/.gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ATRI/plugins/manege/atri-manege/.gitignore (limited to 'ATRI/plugins/manege/atri-manege/.gitignore') diff --git a/ATRI/plugins/manege/atri-manege/.gitignore b/ATRI/plugins/manege/atri-manege/.gitignore new file mode 100644 index 0000000..403adbc --- /dev/null +++ b/ATRI/plugins/manege/atri-manege/.gitignore @@ -0,0 +1,23 @@ +.DS_Store +node_modules +/dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? -- cgit v1.2.3