CoolFace
Apppublic

gmdprogrammer/icd-cpt-coding-frontend

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
.gitignore24 linesDownload Raw Back to root
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.2 3# dependencies4/node_modules5/.pnp6.pnp.js7 8# testing9/coverage10 11# production12/build13 14# misc15.DS_Store16.env.local17.env.development.local18.env.test.local19.env.production.local20 21npm-debug.log*22yarn-debug.log*23yarn-error.log*24