feat(gitignore): add SQL backup files to .gitignore and remove clinicpromain directory
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user