dockerignore: copy gitignore
This commit is contained in:
@@ -1,2 +1,21 @@
|
||||
**/bin/
|
||||
**/obj/
|
||||
# C#
|
||||
bin/
|
||||
obj/
|
||||
.vs/
|
||||
.vscode/
|
||||
*.user
|
||||
*.suo
|
||||
Properties/
|
||||
|
||||
# This project
|
||||
Output/
|
||||
Data/
|
||||
Models/
|
||||
tmp/
|
||||
Extensions/
|
||||
dlbackend/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
venv/
|
||||
*.pth
|
||||
|
||||
Reference in New Issue
Block a user