Skip to content

Commit 629e76d

Browse files
committedMar 31, 2025
add an ux-threejs package
1 parent e653f48 commit 629e76d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2220
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@rollup/plugin-node-resolve": "^15.3.0",
2222
"@rollup/plugin-typescript": "^11.1.6",
2323
"@symfony/stimulus-testing": "^2.0.1",
24+
"@types/three": "^0.174.0",
2425
"@vitest/browser": "^2.1.1",
2526
"lightningcss": "^1.28.2",
2627
"playwright": "^1.47.0",

‎src/Threejs/.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/.git* export-ignore
2+
/.symfony.bundle.yaml export-ignore
3+
/assets/src export-ignore
4+
/assets/test export-ignore
5+
/assets/vitest.config.js export-ignore
6+
/doc export-ignore
7+
/phpunit.xml.dist export-ignore
8+
/tests export-ignore

0 commit comments

Comments
 (0)