chore: ignore build files (#3722)

* chore: ignore build files

* Update .gitignore
This commit is contained in:
huhuanming
2023-10-26 17:24:51 +08:00
committed by GitHub
parent ccc39fc99b
commit 54177c5166
5 changed files with 9 additions and 11 deletions

12
.gitignore vendored
View File

@@ -25,8 +25,6 @@ yarn-error.log
!.yarn/sdks
!.yarn/versions
/apps/desktop/public/static/js-sdk
.env
webpack.config.preview.json
webpack.config.preview.devServer.json
@@ -40,7 +38,6 @@ webpack.config.preview.devServer.json
web-build/
# !/apps/web-embed/web-build/
/inpage-provider-bak
/packages/shared/src/web/index.html
### VisualStudioCode ###
.vscode/*
@@ -76,4 +73,13 @@ test-report.html
# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
# Ignore tamagui config file
.tamagui
# Ignore copy inject files
/apps/desktop/public/static/js-sdk
/apps/ext/src/entry/injected.js
/apps/desktop/public/static/preload.js
/apps/ext/src/entry/injected.text-js
/packages/kit/src/components/WebView/injectedNative.text-js
/packages/shared/src/web/index.html

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long