-
Notifications
You must be signed in to change notification settings - Fork 101
/
.gitignore
103 lines (73 loc) · 1.6 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
# Exclude common IDE project files
/nbproject
/.idea
# Exclude javascript dependencies folder
/www/assets
/www/bower_components
/tmp-assets
# Exclude thumbnails folder
/www/thumbnails
# Exclude node.js dependencies folder
/node_modules
# Exclude compiled javascript test fixture folder
/www/scripts/tests/fixtures
# Exclude configuration folder exception the configuration sample file
/config
!/config/configuration.sample.yml
!/config/filebeat.yml
!/config/logstash.conf
# Exclude generated proxies from doctrine2
#/resources/proxies
# Exclude temporaries resources (zip files, quarantine documents etc ..) folder
/tmp
# Exclude cache folder
/cache
# Exclude log folder
/logs
# Exclude backup folder
/backup
!/backup/.gitkeep
# Exclude ftp folder
/ftp
!/ftp/.gitkeep
# Exclude plugin folder
/plugins
# Excluse assets plugin folder
/www/plugins
# Exclude folder for storing documents (images, videos, PDF) and their sub-definitions
/datas
# Exclude dependencies folder
/vendor
# Exclude package's binaries folder except the Phraseanet's ones
/bin
!/bin/console
!/bin/developer
!/bin/setup
!/bin/maintenance
!/bin/report
# Exclude composer
composer.phar
# Exclude behat configuration file
behat.yml
# Exclude vagrant configuration file
/.vagrant
/vagrant
# Exclude crossdomain.xml file it's generated
/www/crossdomain.xml
# Exclude json files
grammar/query.js
grammar/jison-*
pimple.json
playbook.retry
npm-debug.log
# Exclude stack datas
/Phrasea_datas
/volumes
# Exclude alternate env files
.env.*
env.local
# Exclude alternate helm values
my_values.yaml
myvalues.yaml
# Exclude gitlog files
www/gitlog.txt