4 Commits 8b3cc0d6ef ... c609af0126

Auteur SHA1 Message Date
  GabrielRamison c609af0126 Merge branch 'main' of https://git.tutech.com.br/star_oraculo/frontend il y a 3 mois
  GabrielRamison 19014a22d0 il y a 3 mois
  GabrielRamison 16e4104626 chore: ignore .DS_Store il y a 3 mois
  GabrielRamison 9fe338dea6 chore: ignore node_modules il y a 3 mois
3 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. BIN
      .DS_Store
  2. 2 1
      .gitignore
  3. 0 3
      node_modules/.vite/deps/package.json

BIN
.DS_Store


+ 2 - 1
.gitignore

@@ -5,4 +5,5 @@ yarn.lock
 dist/
 vue.js
 vue.js.map
-*.map
+*.map
+.DS_Store

+ 0 - 3
node_modules/.vite/deps/package.json

@@ -1,3 +0,0 @@
-{
-  "type": "module"
-}