Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
working-directory: ./frontend
run: npm install



# - name: Install backend dependencies
# working-directory: ./backend
# run: npm install
- name: Install backend dependencies
working-directory: ./backend
run: npm install
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,15 @@ yarn-error.*
*.tsbuildinfo

app-example
.env
.env

# images
*.png
*.jpg
*.jpeg
*.gif
*.bmp
*.tiff
*.ico
*.webp
*.svg
Binary file removed backend/receipt.png
Binary file not shown.