Skip to content

Commit

Permalink
Added Migrations and Databases path to gitgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
carvalholuigi25 committed Feb 14, 2024
1 parent 5ac40bb commit 0051759
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ bld/
#[Uu]ploads/
#Server/[Uu]ploads/

# Migrations directory of lcpcollection server
Server/[Mm]igrations/

# Databases directory of lcpcollection server
Server/[Dd]atabases/

# Secrets json file
Auth/secrets.json

Expand Down

0 comments on commit 0051759

Please sign in to comment.