Update gitignore
This commit is contained in:
parent
f901c89a64
commit
09b0899f1f
1 changed files with 8 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -161,3 +161,10 @@ cython_debug/
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# Exclude items that may be used during development
|
||||||
|
*.secret
|
||||||
|
*.db
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
config.yml
|
Loading…
Reference in a new issue