This is just a technology testing project based on Create React App and TailwindCSS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

27 lines
397B

  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. /.pnp
  5. .pnp.js
  6. # testing
  7. /coverage
  8. # production
  9. /build
  10. # misc
  11. .DS_Store
  12. .env.local
  13. .env.development.local
  14. .env.test.local
  15. .env.production.local
  16. npm-debug.log*
  17. yarn-debug.log*
  18. yarn-error.log*
  19. react-formik-tailwind-labwork.code-workspace
  20. src/assets/styles/.index.css
  21. .eslintcache