collabvm3-protocol/.gitignore

34 lines
494 B
Text
Raw Normal View History

2025-01-10 14:14:41 -05:00
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
.vs/
project.lock.json
project.fragment.lock.json
artifacts/
## Temp for now so that the js package can be workspaced until we get it on npm or something
js/yarn.lock
js/node_modules/
js/src/gen/
js/dist/
js/package.tgz
2025-01-10 14:39:55 -05:00
js/.parcel-cache/
2025-01-10 14:14:41 -05:00
js/.yarn/*
js/!.yarn/patches
js/!.yarn/plugins
js/!.yarn/releases
js/!.yarn/sdks
js/!.yarn/versions
js/.pnp.*