Commit | Line | Data |
---|---|---|
6837e829 PH |
1 | # binaires |
2 | *.pyc | |
3 | *.pyo | |
4 | ||
5 | # Fichier temporaires: | |
6 | .*.swp | |
7 | *~ | |
8 | \#*# | |
9 | src/* | |
10 | ||
11 | # DB de dev | |
12 | *.db | |
13 | db.sqlite | |
14 | ||
15 | # restants de merge | |
16 | *.orig | |
17 | *.rej | |
18 | ||
19 | # buildout | |
2a9f1df3 EMS |
20 | /.installed.cfg |
21 | /bin | |
6837e829 PH |
22 | /develop-eggs |
23 | /downloads | |
2a9f1df3 | 24 | /eggs |
6837e829 | 25 | /log |
2a9f1df3 | 26 | /parts |
6837e829 PH |
27 | /tmp |
28 | /sitestatic | |
29 | /media | |
30 | /smedia | |
31 | /build | |
32 | /fabfile.py | |
33 | /catalogue_dexpert/media/ | |
34 | /catalogue_dexpert.egg-info/ | |
2a9f1df3 | 35 | |
6837e829 PH |
36 | #settings |
37 | /project/settings/*-local.py | |
38 | /project/urls/*-local.py | |
39 | /project/settings/10-secret.py | |
40 | /project/settings/20-secret.py | |
41 | /project/settings/*-prod.py | |
42 | /project/urls/*-prod.py | |
43 | ||
44 | # Search index | |
45 | project/whoosh_index/ | |
46 | project/xapian_index/ | |
47 | ||
48 | #mac | |
49 | .DS_Store | |
50 | ||
51 | #sass | |
52 | .sass-cache/ | |
53 | ||
54 | # virtualenv | |
55 | /include | |
56 | /lib | |
57 | /local | |
58 | /share | |
59 | /env | |
60 | ||
61 | # django-jenkins | |
62 | /reports |