mirror of
https://github.com/pushbits/server.git
synced 2025-07-23 20:20:35 +02:00
Fix .gitignore file
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -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/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user