Merge branch 'Aufinal/gitignore' into 'master'
Better gitignore See merge request klub-dev-ens/authens!1
This commit is contained in:
commit
add3b56690
2 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,2 +1,13 @@
|
||||||
|
# Common useless files
|
||||||
__pycache__
|
__pycache__
|
||||||
/venv
|
/venv
|
||||||
|
*.sqlite3
|
||||||
|
*~
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Vim
|
||||||
|
*.swp
|
||||||
|
*.swo
|
Binary file not shown.
Loading…
Reference in a new issue