Fix .gitignore file

This commit is contained in:
eikendev
2022-02-13 17:32:08 +01:00
parent 44e036d611
commit 42a4cca0ed

18
.gitignore vendored
View File

@@ -1,6 +1,7 @@
out/ out/
*.db *.db
config.yml config.yml
docs/
### Go ### Go
# Binaries for programs and plugins # Binaries for programs and plugins
@@ -19,11 +20,7 @@ config.yml
# Dependency directories (remove the comment below to include it) # Dependency directories (remove the comment below to include it)
# vendor/ # vendor/
*.code-workspace ### Python
# Build documentation
docs/### Python
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
@@ -163,3 +160,14 @@ dmypy.json
# Cython debug symbols # Cython debug symbols
cython_debug/ 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/