Emi Matchu
e92e315743
Also note the jsbundling bump, that was so I can us the relatively-new `SKIP_YARN_INSTALL=1` flag when running tests, to be a bit faster.
24 lines
256 B
Text
24 lines
256 B
Text
.bundle
|
|
db/*.sqlite3
|
|
log/*.log
|
|
tmp/**/*
|
|
.env
|
|
.env.*
|
|
/spec/examples.txt
|
|
|
|
/app/assets/builds/*
|
|
!/app/assets/builds/.keep
|
|
|
|
/public/public-data
|
|
|
|
/node_modules
|
|
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
.DS_Store
|