impress/.gitignore
Emi Matchu e92e315743 Move modeling tests to RSpec
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.
2024-10-21 16:03:58 -07:00

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