Skip to content

Commit

Permalink
update .*ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ennoriel committed Jan 12, 2024
1 parent de4776e commit f0a9ef8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
.DS_Store
node_modules
/build
/.changeset
/.github
/.svelte-kit
/package
/.vercel
node_modules
/scripts
/src
/static
.env
.env.*
!.env.example

# Ignore files for PNPM, NPM and YARN
.eslintignore
.eslintrc.cjs
.gitignore
.npmignore
.npmrc
.prettierignore
.prettierrc
pnpm-lock.yaml
package-lock.json
yarn.lock
svelte.config.js
tsconfig.json
vite.config.ts
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
node_modules
/build
/dist
/.svelte-kit
/package
/.idea
Expand Down

0 comments on commit f0a9ef8

Please sign in to comment.