15 lines
287 B
Plaintext
15 lines
287 B
Plaintext
# Created by https://www.toptal.com/developers/gitignore/api/database
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=database
|
|
|
|
### Database ###
|
|
*.accdb
|
|
*.db
|
|
*.dbf
|
|
*.mdb
|
|
*.pdb
|
|
*.sqlite3
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/database
|