Skip to content

Commit

Permalink
💚 Actualizar a Yarn moderno +v2
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Aug 26, 2024
1 parent 5a54959 commit fc2c294
Show file tree
Hide file tree
Showing 6 changed files with 2,255 additions and 935 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# Ver documentación de Yarn moderno (> v2): https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "enflujo-plantilla-vite",
"packageManager": "[email protected]",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -16,7 +17,6 @@
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"vite": "^5.4.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
"vite": "^5.4.2"
}
}
Loading

0 comments on commit fc2c294

Please sign in to comment.