forked from xown/omnipay-epay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
100 lines (81 loc) · 1.34 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
# OSX
.DS_Store
._*
.Spotlight-V100
.Trashes
# Windows
Thumbs.db
Desktop.ini
# PHPStorm
.idea/
# Sublime Text
*.sublime*
*.phpintel
# Atom
.atom-build.*
# Visual Studio Code
.vscode
# Eclipse
.buildpath
.project
.settings
# Temp files
*.tmp
*.bak
*.swp
*~.nib
*~
#EditorConfig
*.editorconfig
# Phing
build.properties
phing-latest.phar
.dist
# Github pages and Jekyll files
/_site/
/Gemfile
/Gemfile.lock
# phpunit
tests/unit/phpunit.xml
tests/unit/
# composer
build/vendor/*
.scrutinizer/vendor/*
extensions/libraries/redshopb/vendor/*
!extensions/libraries/redshopb/vendor/index.html
# LESS Transpiler
build/npm-debug.log
# Test related files
tests/system/
tests/system/servers/configdef.php
tests/system/webdriver/tests/logs/
tests/acceptance.suite.yml
tests/api.suite.yml
tests/apisoap.suite.yml
tests/codecept.phar
tests/testingsite/
tests/vendor/*
tests/selenium.log
tests/_output
tests/joomla-cms3
tests/base
tests/selenium-server-standalone.jar
tests/_support/_generated/*
tests/_data/dumped-install.sql
tests/dumped-install.sql
tests/cache
tests/RoboFile.ini
# Never ignore
!.gitignore
!index.html
!index.php
# Build config
build/gulp-config.json
build/node_modules
releases
# Documentation
build/documentor/docs/*
build/documentor/vendor
# Solr
/extensions/plugins/vanir_search/solr/vendor/
/extensions/plugins/vanir_search/solr/composer.phar