Fix .dockerignore patterns (#63)

* Fix .dockerignore patterns

* Remove config_template.py exclusion
pull/65/head
TSRBerry 2023-06-26 08:01:52 +02:00 committed by GitHub
parent 3faa6c5bd4
commit 0419eba042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View File

@ -1,2 +1,8 @@
config.py
__pycache__
**/__pycache__/
.git/
.github/
.gitignore
.dockerignore
**/config.py
**/data/

3
.gitignore vendored
View File

@ -98,8 +98,7 @@ files/*
*.ttf
priv-*
config.py
# Prevent data files from being committed
data/
robocop_ng/config_template.py
robocop_ng/config.py