-
Notifications
You must be signed in to change notification settings - Fork 60
/
.gitignore
50 lines (40 loc) · 805 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Do not include credentials created at runtime.
/store/
/store.*/
/store-*/
/store_*/
credentials.json
credentials.json.*
credentials.json-*
credentials.json_*
# Also do not include the media directory.
/media/
/media.*/
# ignore backups
README.md.*
matrix-commander.py.*
matrix_commander.20*
/matrix_commander/matrix-commander.py.*
/matrix_commander/matrix_commander.py.*
setup.cfg.*
# ignore help file
help.txt
help.txt.*
# ignore soft link
mc
m-c
m_c
# ignore certain scripts
/scripts/prepare-commit.sh
/scripts/create-help.sh
# ignore cache
/matrix_commander/__pycache__/
# PyPi build files
# leave /dist because it is used by Github PyPi-Publish Workflow
versionnumber.txt
/matrix_commander.egg-info/
# ignore to-do list
todo.txt
todo.txt.*
# build file used for release
help.help.pre.txt