Add Chromium-only Blender WebEngine parity work
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# Local toolchains and caches
|
||||
.emcache/
|
||||
.emscripten-web
|
||||
*.log
|
||||
mylog.txt
|
||||
|
||||
# Build and generated output
|
||||
/build_*/
|
||||
/release/
|
||||
/web/node_modules/
|
||||
/web/dist/
|
||||
/web/test-results/
|
||||
/web/playwright-report/
|
||||
/web/blob-report/
|
||||
/web/.vite/
|
||||
|
||||
# Downloaded source archives and duplicate upstream checkout
|
||||
/blender/
|
||||
/blender-*.tar.xz
|
||||
/blender-*.tar.xz.*sum
|
||||
/blender-with-libraries-*.tar.xz
|
||||
/blender-with-libraries-*.tar.xz.*sum
|
||||
|
||||
# Editor and operating-system files
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user