Blame view

.gitignore 1.19 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
288832d5   Alexis Koralewski   updating observat...
16
!/config/pyros/*.png
92c2a307   Etienne Pallier   Nouveaux diagramm...
17
!src/doc/*.png
c16ba9e4   Alexis Koralewski   allowing commit o...
18
!src/core/pyros_django/misc/static/media/*.png
92c2a307   Etienne Pallier   Nouveaux diagramm...
19
20

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

#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 ...
31
32
33
34
35
# LOGS
/config/logs/*
/config/old_config/logs/*
/logs/*

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

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

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

fbfe7abb   Etienne Pallier   renommé PYROS_.py...
52
OLD/*
617aeab8   Etienne Pallier   Ajout table uniqu...
53
54
*_OLD*
*_ORIG*
d9d66439   Etienne Pallier   sphinx doc autoge...
55
56
*.ORIG
TMP/*
2a007618   Etienne Pallier   Default simulator...
57
58

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

a9789880   Alexis Koralewski   Add new way to st...
60
61
62
docker/*.env


bbf0ac6e   Alexis Koralewski   Adding unique con...
63
private/*
a9789880   Alexis Koralewski   Add new way to st...
64
65
privatedev/config/*/history/
privatedev/config/*/obsconfig.p
c755b87f   Etienne Pallier   new script PYROS_...
66
src/core/pyros_django/obsconfig/fixtures/obsconfig.p
558d6770   Alexis Koralewski   add obsconfig fix...
67
src/core/pyros_django/obsconfig/fixtures/history/*
31eb7bc1   Alexis Koralewski   Adding src/core/p...
68
src/core/pyros_django/sequences_pickle/
1c39b5d4   Alexis Koralewski   add guitastro to ...
69
src/core/guitastro
0318e3c9   Alexis Koralewski   Add tests for F05...
70
71
72
73
74
75
76

# 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_...
77
78
79
80
# EP perso
*.copy
*.modif
*.modif.*
9f9d4174   Etienne Pallier   final simplificat...
81
*.moi
80ccb446   Etienne Pallier   ignore my temp files
82
*.moi.*