Skip to content

Commit

Permalink
Fix .dockerignore patterns (#63)
Browse files Browse the repository at this point in the history
* Fix .dockerignore patterns

* Remove config_template.py exclusion
  • Loading branch information
TSRBerry committed Jun 26, 2023
1 parent 3faa6c5 commit 0419eba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
config.py
__pycache__
**/__pycache__/
.git/
.github/
.gitignore
.dockerignore

**/config.py
**/data/
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0419eba

Please sign in to comment.