forked from facelessuser/ColorHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
19 lines (18 loc) · 854 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.gitignore export-ignore
.gitattributes export-ignore
# Files & folders that should not be included in production.
/.github/ export-ignore
/docs/src/markdown/_snippets/ export-ignore
/docs/src/markdown/about/ export-ignore
/docs/src/markdown/index.md export-ignore
/docs/src/markdown/installation.md export-ignore
/docs/src/markdown/usage.md export-ignore
/docs/src/requirements.txt export-ignore
/tests/ export-ignore
/.pyspelling.yml export-ignore
/.travis.yml export-ignore
/mkdocs.yml export-ignore
/Pipfile export-ignore
/run_tests.sh export-ignore
/setup.cfg export-ignore
/tox.ini export-ignore