-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
128 lines (101 loc) · 1.9 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# In general, ignore all the files which start with "gi_"
gi_*
# compiled Python code
*.pyc
# python virtualenv folder of each module
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Archive data
ipol_demo/modules/archive/blobs/*
ipol_demo/modules/archive/blobs_thumbs/*
# Shared folder
shared_folder/
# DDLs from the ddl tool
tools/DDL/DDLs
# Binaries in demorunner
ipol_demo/modules/demorunner/binaries/
# Databases
*.db
*.db-journal
*.sqlite3
# Testing
ci_tests/send_to.txt
ci_tests/pdflatex_report.txt
ci_tests/pdflatex_tmp.txt
ci_tests/compilation_folder/
ci_tests/ignored_ids.txt
# Sysadmin
sysadmin/*.txt
# Applications (to be moved to demoDispatcher/demoRunner!)
app/
# Backup files
*~
*.bak
*.backup
# Mac OS cache
*DS_Store
# Documentation
*.bst
*.aux
*.bbl
*.blg
*.lof
*.toc
*.out
*.fls
*.fdb_latexmk
# Generated PDF and .tex files
doc/api/api.pdf
doc/api/docstrings.tex
doc/system/ipol.pdf
doc/control_panel/control_panel.pdf
doc/ddl/ddl.pdf
doc/sysadmin/sysadmin.pdf
doc/clientApp/clientApp.pdf
# logs
logs/
*.log
ipol_demo/modules/archive/logs/error.log
# Editor temporal files
*.kilepr
.idea
.vscode
*.synctex.gz
# Static data in all modules
staticData/
# Module conf file
local.conf
# Authentication configuration
ipol_demo/modules/config_common/authorized_patterns.conf
# Email configuration which contain personal data
ipol_demo/modules/config_common/emails.conf
# Links to the IPOL environment config files
ipol_demo/modules/config_common/modules.xml
ipol_demo/modules/config_common/demorunners.xml
# ClientApp configs
.csscomb.json
# History
tools/terminal/history.txt
# other
changes*.txt
ipol_demo/app_new/
ipol_webapp/apps/controlpanel/migrations/*_auto_*.py
# Django
*.pot
__pycache__
db.sqlite3
media
# Visual Studio Code #
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
#Core
ipol_demo/modules/core/ignored_ids.txt