feat(gitignore): add SQL backup files to .gitignore and remove clinicpromain directory

This commit is contained in:
hamed
2026-06-25 21:07:19 +03:30
parent 174c683813
commit dfda265af4
2 changed files with 209 additions and 1 deletions
+4 -1
View File
@@ -54,5 +54,8 @@ npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
clinicpro/*
clinicpromain/*
.env
# Database backups (never commit dumps to the repo)
*.sql
*.sql.gz