Blame view

.gitignore 1.1 KB
64501c9d   Etienne Pallier   first full projec...
1
.DS_Store
617aeab8   Etienne Pallier   Ajout table uniqu...
2
/venv*/
4783e5b5   Etienne Pallier   GROS RENOMMAGE de...
3
.mypy_cache
64501c9d   Etienne Pallier   first full projec...
4
__pycache__
3cc75c0f   haribo   other tests
5
*.pyc
a5c3fcdc   Etienne Pallier   git ignore some f...
6
*.py.bak
92c2a307   Etienne Pallier   Nouveaux diagramm...
7

3ecbe5b7   Etienne Pallier   ignorer contenu d...
8
9
10
vendor/*
!vendor/README.txt

0e02606c   Etienne Pallier   Changed version n...
11
12
13
BASE_TEMPLATE_UNLOGGED.HTML
BASE_TEMPLATE.HTML

cbb6fb5e   Alexis Koralewski   modification of c...
14
# Ignore all PNG files except from src/doc/ and src/core/pyros_django/misc/static/media/
f3d076fb   Etienne Pallier   Génération automa...
15
*.png
92c2a307   Etienne Pallier   Nouveaux diagramm...
16
!src/doc/*.png
c16ba9e4   Alexis Koralewski   allowing commit o...
17
!src/core/pyros_django/misc/static/media/*.png
92c2a307   Etienne Pallier   Nouveaux diagramm...
18
19

*.swp
2616cc8e   Etienne Pallier   ignore some files
20
/.settings/
a5c3fcdc   Etienne Pallier   git ignore some f...
21
#/.pydevproject
f0b06586   Etienne Pallier   c'est mieux d'avo...
22
23
24
25
26
27
28
29

#src/images/*_*
#src/alert_manager/twistd*
#src/db.sqlite3
#src/common/migrations/0*
#src/common/migrations_LOCAL/0*
#src/monitoring/plc_config.json

f5c731dd   Etienne Pallier   New pyros logger ...
30
31
32
33
34
# LOGS
/config/logs/*
/config/old_config/logs/*
/logs/*

90e3e129   Etienne Pallier   updated gitignore...
35
36
37
38
39
# IDE settings :
# - VS:
.vscode/*
# - Eclipse:
.pydevproject
a5c3fcdc   Etienne Pallier   git ignore some f...
40
#.idea
e8aba96c   Etienne Pallier   cleaning git
41
.idea/workspace.xml
0dbe38fa   Etienne Pallier   cleaned git
42
/.idea/workspace.xml
ebdda77e   Quentin Durand   small changes in ...
43
44
images_folder
Comet/
fcfc6200   Etienne Pallier   ajout nouvelle co...
45
old/
eebd68b3   Unknown   updating gitignore
46
47

\.idea/
eabb9310   Patrick Maeght   scan captors list...
48

617aeab8   Etienne Pallier   Ajout table uniqu...
49
50
out.*

fbfe7abb   Etienne Pallier   renommé PYROS_.py...
51
OLD/*
617aeab8   Etienne Pallier   Ajout table uniqu...
52
53
*_OLD*
*_ORIG*
2a007618   Etienne Pallier   Default simulator...
54
55

client.log
3999466c   Alexis Koralewski   added docker/.env...
56

a9789880   Alexis Koralewski   Add new way to st...
57
58
59
60
61
docker/*.env


privatedev/config/*/history/
privatedev/config/*/obsconfig.p
c755b87f   Etienne Pallier   new script PYROS_...
62
src/core/pyros_django/obsconfig/fixtures/obsconfig.p
558d6770   Alexis Koralewski   add obsconfig fix...
63
64
src/core/pyros_django/obsconfig/fixtures/history/*

1c39b5d4   Alexis Koralewski   add guitastro to ...
65
src/core/guitastro
0318e3c9   Alexis Koralewski   Add tests for F05...
66
67
68
69
70
71
72

# Token file created by pyros_api.py
TOKEN

# test_import_seq file for testing import sequence
src/core/pyros_django/misc/fixtures/tests/test_import_seq.yml

c755b87f   Etienne Pallier   new script PYROS_...
73
74
75
76
# EP perso
*.copy
*.modif
*.modif.*
9f9d4174   Etienne Pallier   final simplificat...
77
*.moi
80ccb446   Etienne Pallier   ignore my temp files
78
*.moi.*