Skip to content

Commit

Permalink
chore: update gitignore (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Dec 8, 2023
1 parent dab138c commit d4fd951
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ yarn-error.log
/.idea
/.vscode
.DS_Store
*.sqlite
database/database.sqlite
22 changes: 22 additions & 0 deletions tests/.env.ci.sqlite
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# ENV FILE FOR THE GITHUB ACTION RUNNING SQLITE
APP_NAME=Laravel
APP_ENV=testing
APP_KEY=base64:NTrXToqFZJlv48dgPc+kNpc3SBt333TfDnF1mDShsBg=
APP_DEBUG=true
APP_URL=https://shelter.test

DB_CONNECTION=sqlite
DB_DATABASE=database/database.sqlite

BROADCAST_DRIVER=log

DEBUGBAR_ENABLED=false
CACHE_DRIVER=array
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
MAIL_MAILER=array

SCOUT_DRIVER=collection

LEMON_SQUEEZY_ACTIVATE=true
LEMON_SQUEEZY_URL=https://bivouac.lemonsqueezy.com/

0 comments on commit d4fd951

Please sign in to comment.