Skip to content

Commit

Permalink
Update .gitignore to exclude /docker/postgres directory.
Browse files Browse the repository at this point in the history
Added /docker/postgres directory to the .gitignore file to prevent it from being tracked by Git. This ensures that local PostgreSQL database files are not included in the repository.

Signed-off-by: mesilov <[email protected]>
  • Loading branch information
mesilov committed Oct 6, 2024
1 parent 85dafa1 commit 1eed785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/vendor
/.cache
/docker/db
/docker/postgres
composer.phar
composer.lock
.phpunit.result.cache
Expand Down

0 comments on commit 1eed785

Please sign in to comment.