mirror of
https://github.com/pushbits/server.git
synced 2025-04-29 10:16:50 +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/
|
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/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue