From 976b70943a982e8827855b743730ac824d8eb8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=20=E5=BE=81=E8=B5=9C?= <959220793@qq.com> Date: Tue, 29 Aug 2023 00:59:21 +0800 Subject: [PATCH] ignore build output --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9491a2f..b802623 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,12 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +# content from build +npm/LICENSE.txt +npm/QmcWasm.wasm +npm/QmcLegacy.js +npm/QmcWasm.js +npm/QmcWasmBundle.js +build/ \ No newline at end of file