forked from OPUS4/application
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
48 lines (39 loc) · 761 Bytes
/
.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
# ignore folders merged from separate repository framework
library/Opus
library/Apache
library/Zend
library/jpgraph
db/schema
# ignore any third-party library
vendor
.vagrant
# ignore composer runtime
composer.phar
composer.lock
bin/composer
# ignore all workspace files
workspace/**/*
# ignore further files created by Opus4 installer
apacheconf/apache.conf
application/configs/config.ini
application/configs/config.xml
application/configs/console.ini
public/js
public/series_logos
public/assets
build/
tests/build/
tests/config.ini
tests/workspace/**/*
cache.properties
downloads
components
# ignore files generated by processing templates
opus4-solr-jetty.conf
# IDE files
.idea
out
*.iml
nbproject
/tests/.phpunit.result.cache
/testresult-term.txt