# ignore every file
*.*
# except these file types
!*.js
!*.ts
# but ignore stuff from .gitignore
node_modules
.nyc_output
/src/**/*.js
/frontend
/test-paths
/out