Skip to content

Commit

Permalink
chore: 💄 include folders inside storage to make it easier to understa…
Browse files Browse the repository at this point in the history
…nd what is going on
  • Loading branch information
totallynotdavid committed Oct 5, 2024
1 parent c8b7143 commit d334eb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ logs/

# Database
storage/databases/*.sqlite
!storage/databases/.gitkeep

# Auth tokens and credentials
storage/auth/**/*.json
!storage/auth/credentials.example.json
!storage/auth/tokens/token.example.json

# Downloads
storage/downloads/

# Environment variables
.env
storage/downloads/**/*.pdf
!storage/downloads/.gitkeep

# Build output
dist/
Empty file added storage/databases/.gitkeep
Empty file.
Empty file added storage/downloads/.gitkeep
Empty file.

0 comments on commit d334eb9

Please sign in to comment.