Skip to content

Commit

Permalink
fix ignore pattern for pnpm deploy (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt authored Jan 30, 2024
1 parent 96c83ac commit 9ff451d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@
node_modules
*.log

.env
.env.*
.env*
!.env.sample
cypress.env.json

notes.md

/prisma/data
/build

packages/**/build
packages/**/build
apps/**/build
2 changes: 1 addition & 1 deletion apps/discord-bot-frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ignore SvelteKit output
/.svelte-kit
/build
# /build
# ignore test state files
/playwright/*
# ignore test report files
Expand Down

0 comments on commit 9ff451d

Please sign in to comment.