mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 19:15:27 +00:00
Fix .dockerignore patterns (#63)
* Fix .dockerignore patterns * Remove config_template.py exclusion
This commit is contained in:
parent
3faa6c5bd4
commit
0419eba042
|
@ -1,2 +1,8 @@
|
||||||
config.py
|
**/__pycache__/
|
||||||
__pycache__
|
.git/
|
||||||
|
.github/
|
||||||
|
.gitignore
|
||||||
|
.dockerignore
|
||||||
|
|
||||||
|
**/config.py
|
||||||
|
**/data/
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -98,8 +98,7 @@ files/*
|
||||||
*.ttf
|
*.ttf
|
||||||
|
|
||||||
priv-*
|
priv-*
|
||||||
config.py
|
|
||||||
|
|
||||||
# Prevent data files from being committed
|
# Prevent data files from being committed
|
||||||
data/
|
data/
|
||||||
robocop_ng/config_template.py
|
robocop_ng/config.py
|
||||||
|
|
Loading…
Reference in a new issue