-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
54 lines (48 loc) · 1.03 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
*/config/development
*/logs/log-*.php
!*/logs/index.html
*/cache/*
!*/cache/index.html
!*/cache/.htaccess
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*
#codeigniter 3
application/logs/*
!application/logs/index.html
!application/logs/.htaccess
/vendor/
#custom config
application/config/custom_config.php
#root folder
node_modules
test
.sass-cache
package-lock.json
.gitattributes
ressources
.htaccess
.env
*.code-workspace
#script folder
scripts/*.zip
scripts/votes_individual/*.zip
scripts/architecture
scripts/update_dataset/backup/*.sql
#assets folder
assets/opendata
assets/dataset_backup/general/*.sql
assets/imgs/deputes_original/
assets/imgs/deputes_ogp/
assets/imgs/deputes_webp/
assets/imgs/deputes_nobg/
assets/imgs/deputes_nobg_import/
assets/imgs/deputes_nobg_webp/
assets/imgs/posts/
assets/imgs/captcha/*.jpg
assets/data/*.json
assets/data/professions/election_4/*.pdf
assets/data/professions/election_6/*.pdf
assets/data/*.txt
assets/css/bootstrap*