forked from alchemy-fr/Phraseanet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
73 lines (53 loc) · 1.25 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
# 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
# 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 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
# 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 jison files
grammar/query.js
grammar/jison-*
pimple.json
playbook.retry
npm-debug.log
/Phrasea_datas