Add .sql files to the ignore list
This commit is contained in:
parent
d05b9564ba
commit
044ae4b028
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -42,6 +42,7 @@ nosetests.xml
|
||||||
|
|
||||||
# SQLite databases
|
# SQLite databases
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
*.sql
|
||||||
|
|
||||||
# Shell scripts
|
# Shell scripts
|
||||||
*.sh
|
*.sh
|
||||||
|
|
Loading…
Reference in a new issue