forked from alexonbalangue/akeebasubs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (38 loc) · 1008 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
49
# Project management
/.idea
# Build files
/build/bin
/build/buildlang
/build/epub
/build/phingext
/build/tools
# Test configuration
/Tests/config.php
# Composer dependencies
/vendor
# Precompiled Blade templates
/component/frontend/PrecompiledTemplates
/component/backend/PrecompiledTemplates
# 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, encryption key and manifest files
/component/akeebasubs.xml
/component/pkg_akeebasubs.xml
/component/cli/*akeebasubs.xml
/component/backend/version.php
/component/backend/secretkey.php
# Documentation backups
/documentation/*.xml~
# Release directory
/release
# Internal language symlinks
component/language/*/en-GB
modules/*/*/language/en-GB
plugins/*/*/language/en-GB
# Symlink to FEF to let phpStorm auto-complete the CSS class names
/fef.min.css