Преглед изворни кода

chore: ignore node_modules

GabrielRamison пре 3 месеци
родитељ
комит
9fe338dea6
2 измењених фајлова са 1 додато и 4 уклоњено
  1. 1 1
      .gitignore
  2. 0 3
      node_modules/.vite/deps/package.json

+ 1 - 1
.gitignore

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

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

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