Track codegen output so clones build without a local Unity export step for those files; remove src/generated/ from Needle app .gitignore. Made-with: Cursor
12 lines
221 B
Plaintext
12 lines
221 B
Plaintext
**/node_modules
|
|
# Only ignore exported Unity assets at project root, not dist/assets/
|
|
/assets/
|
|
include/draco/
|
|
include/ktx2/
|
|
include/three/
|
|
include/console/
|
|
include/three-mesh-ui-assets/
|
|
include/fonts/
|
|
build.log
|
|
.DS_Store
|