elevate-rehab-v3

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

.gitignore (227B)


      1 
      2 # dependencies
      3 /node_modules
      4 /.pnp
      5 .pnp.js
      6 
      7 # testing
      8 /coverage
      9 
     10 # next.js
     11 /.next/
     12 /out/
     13 
     14 # production
     15 /build
     16 
     17 # misc
     18 .DS_Store
     19 .env
     20 .env.local
     21 .idea
     22 
     23 # debug
     24 npm-debug.log*
     25 yarn-debug.log*
     26 yarn-error.log*
     27 
     28 .tina/__generated__