forked from smarthomeNG/smarthome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (57 loc) · 1.19 KB
/
.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
*.pyc
*.jar
*.tgz
*.zip
# Logs
*.log
# Unittest and coverage reports
.cache
.coverage
.tox
nosetests.xml
*.egg-info
test.cache
/.pytest_cache
# OSX specific files
.DS_Store
.DS_Store?
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# PyCharm
*.srctrl*
# Don't check in built documentation
/doc/user/build
/doc/user/source/plugins_doc
!/doc/user/source/plugins_doc/plugins_footer.rst
!/doc/user/source/plugins_doc/plugins_gateway_header.rst
!/doc/user/source/plugins_doc/plugins_interface_header.rst
!/doc/user/source/plugins_doc/plugins_protocol_header.rst
!/doc/user/source/plugins_doc/plugins_system_header.rst
!/doc/user/source/plugins_doc/plugins_unclassified_header.rst
!/doc/user/source/plugins_doc/plugins_all_header.rst
/doc/developer/build
/doc/developer/source/plugins_doc
# Don't check in plugins to core repository
/plugins/
# don't check in requirements that are built each time SHNG starts
requirements/all.txt
requirements/base.txt
requirements/conf_all.txt
# don't check in directories under /var beside listed exeptions
/var
!/var/backup
!/var/cache
!/var/db
!/var/log
!/var/rrd
!/var/run
# ignore users tools settings
/.idea
**/.vscode/
/custom_plugins
/priv_tools