forked from CroceRossaCatania/gaia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (35 loc) · 696 Bytes
/
.gitignore
File metadata and controls
49 lines (35 loc) · 696 Bytes
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
##
## (c)2014 Croce Rossa Italiana
##
# Font DOMPDF
/core/inc/dompdf/lib/fonts/php_Times-Roman.afm
/core/inc/dompdf/lib/fonts/php_Times-Bold.afm
# Log DOMPDF
/core/inc/dompdf/lib/fonts/log.htm
/core/libs/dompdf/lib/fonts/log.htm
# Configurazioni
/core/conf/*
!/core/conf/*/
# Vari log
upload/log/*
# Avatar utenti
upload/avatar/*/*
# Fototessere utenti
upload/fototessere/*/*
# Documenti utenti
upload/docs/
# File utenti
upload/get/
# Lock file
upload/setup/lock
# Roba scaricata temporaneamente
upload/setup/*.json
# Tutta la cache
upload/setup/cache_*
# Autopull
upload/setup/autopull
# Mantieni i placeholder
!upload/avatar/placeholder/
# File di progetto IntelliJ
.idea
pma/