Skip to content

Commit

Permalink
Update .gitignore to exclude dump, csv, and sql files
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Dec 3, 2024
1 parent f0e9a6e commit 84bd914
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@

.env

data
data

*.dump
*.csv
*.sql

0 comments on commit 84bd914

Please sign in to comment.