Fix .gitignore file

This commit is contained in:
eikendev 2022-02-13 17:32:08 +01:00
parent 44e036d611
commit 42a4cca0ed
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694

18
.gitignore vendored
View file

@ -1,6 +1,7 @@
out/
*.db
config.yml
docs/
### Go
# Binaries for programs and plugins
@ -19,11 +20,7 @@ config.yml
# Dependency directories (remove the comment below to include it)
# vendor/
*.code-workspace
# Build documentation
docs/### Python
### Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@ -163,3 +160,14 @@ dmypy.json
# Cython debug symbols
cython_debug/
### VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/