csci8980-f23/.gitignore

13 lines
101 B
Text
Raw Normal View History

2023-10-16 07:49:17 -04:00
.DS_Store
*.pdf
2023-10-18 23:27:04 -05:00
2023-11-01 15:22:03 -05:00
_build
2023-11-01 22:50:11 -05:00
*.bs.mjs
2023-11-01 15:22:03 -05:00
*.bs.js
node_modules
2023-11-01 22:50:11 -05:00
lib/bs
__tests__/**/*.mjs
2023-11-01 23:46:22 -05:00
src/**/*.mjs
target