Skip to content

Commit

Permalink
fix: git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Aug 22, 2024
1 parent ac4f82d commit 851ab98
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
# build output
dist/
# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production
.env.*
!.env.example

# lock files
bun.lockb
yarn.lock
package-lock.json
pnpm-lock.yaml
yarn.lock

# macOS-specific files
.DS_Store
Expand All @@ -29,5 +24,4 @@ package-lock.json
/playwright/.cache/

# Nix stuff
.direnv
.devenv
.direnv

0 comments on commit 851ab98

Please sign in to comment.