mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Add all files by default and only exclude what doesn't need to be included in the package.
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
include README.rst
|
|
include AUTHORS.txt
|
|
include AGPL.txt
|
|
include CC-BY-SA.txt
|
|
include requirements.txt
|
|
|
|
recursive-include wger *.*
|
|
recursive-exclude wger *.pyc
|
|
recursive-exclude wger *.swp
|
|
recursive-exclude wger *~ |