.gitignore
831 Bytes
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
.DS_Store
/venv*/
.mypy_cache
__pycache__
*.pyc
*.py.bak
BASE_TEMPLATE_UNLOGGED.HTML
BASE_TEMPLATE.HTML
# Ignore all PNG files except from src/doc/ and src/core/pyros_django/misc/static/media/
*.png
!src/doc/*.png
!src/core/pyros_django/misc/static/media/*.png
*.swp
*.log
/.settings/
#/.pydevproject
#src/images/*_*
#src/alert_manager/twistd*
#src/db.sqlite3
#src/common/migrations/0*
#src/common/migrations_LOCAL/0*
#src/monitoring/plc_config.json
config/logs/*
logs/*.log
#.idea
.idea/workspace.xml
/.idea/workspace.xml
images_folder
Comet/
old/
\.idea/
out.*
*_OLD*
*_ORIG*
client.log
docker/*.env
privatedev/config/*/history/
privatedev/config/*/obsconfig.p
src/core/pyros_django/obsconfig/fixtures/obsconfig.p
src/core/pyros_django/obsconfig/fixtures/history/*
# EP perso
*.copy
*.modif
*.modif.*
*.moi
*.moi.*