forked from alexonbalangue/akeebasubs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
43 lines (34 loc) · 841 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
# Project management
/.idea
# Build files
/build/bin
/build/buildlang
/build/epub
/build/phingext
/build/tools
# Test configuration
/Tests/config.php
# Composer dependencies
vendor
# TCPDF
/component/backend/assets/tcpdf/certificates/*.cer
# Generated invoices and credit notes
/component/backend/invoices/*.pdf
/component/backend/invoices/*/*.pdf
/component/backend/creditnotes/*.pdf
/component/backend/creditnotes/*/*.pdf
# Version and manifest files
/component/akeebasubs.xml
/component/pkg_akeebasubs.xml
/component/cli/*akeebasubs.xml
/component/backend/version.php
# Language files (symlinked)
/component/language/backend
/component/language/frontend
/modules/admin/akeebasubs/language/en-GB
/modules/site/*/language/en-GB
/plugins/*/*/language/en-GB
# Documentation backups
/documentation/*.xml~
# Release directory
/release