Added *.db to .gitignore
*.db files are the actual SQLite database files. Their skeletons will be added to the Git repository later.
This commit is contained in:
parent
c19ba376d3
commit
1eb1482f35
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ stamp-h1
|
|||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
*.exe
|
*.exe
|
||||||
|
*.db
|
||||||
|
Loading…
Reference in New Issue
Block a user