12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
# Include the README
|
|
include README.md
|
|
|
|
# Include the license, Code of Conduct and Contributing guidelines
|
|
include LICENSE
|
|
include CODE_OF_CONDUCT.md
|
|
include CONTRIBUTING.md
|
|
|
|
# Include stl and xml files from the fancy_gym/envs/mujoco directory
|
|
recursive-include fancy_gym/envs/mujoco *.stl
|
|
recursive-include fancy_gym/envs/mujoco *.xml
|