Skip to content

Commit

Permalink
Add SvelteKit/pnpm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
amandaguthrie committed Mar 7, 2024
1 parent bf678cf commit ed3b4ac
Show file tree
Hide file tree
Showing 5 changed files with 1,908 additions and 278 deletions.
14 changes: 14 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.DS_Store
node_modules
/dist
/build
/.svelte-kit
/package
.env
.env.*
!.env.example

# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,17 @@
dist
node_modules
.env

.DS_Store
/build
/.svelte-kit
/package
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*


## Panda
styled-system
styled-system-studio
7 changes: 6 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ build
**/snapshots
**/README.md
**/LICENSE.md
**/CHANGELOG.md
**/CHANGELOG.md

# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/eslint": "8.56.2",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"glob": "^10.3.10",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"engines": {
"node": ">=18.0.0 <21",
"pnpm": "^8.0.0"
Expand Down
Loading

0 comments on commit ed3b4ac

Please sign in to comment.