Update gitignore
This commit is contained in:
parent
f901c89a64
commit
09b0899f1f
1 changed files with 8 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -160,4 +160,11 @@ cython_debug/
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# Exclude items that may be used during development
|
||||||
|
*.secret
|
||||||
|
*.db
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
config.yml
|
Loading…
Reference in a new issue