MySQL database dir in gitignore
This commit is contained in:
parent
71964355b7
commit
9a6d62052a
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -116,3 +116,6 @@ cython_debug/
|
|||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# MySQL database
|
||||
database/
|
||||
|
|
Loading…
Reference in a new issue