mirror of
https://github.com/pushbits/server.git
synced 2025-04-28 09:46:51 +02:00
Fix .gitignore file
This commit is contained in:
parent
44e036d611
commit
42a4cca0ed
1 changed files with 13 additions and 5 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -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/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue