-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
80 lines (79 loc) · 1.44 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
# IDE/System based files and folders #
.buildpath
.project
.settings
.DS_Store
.idea
# Ignore everything by default then whitelist paths
/administrator/*
!/administrator/components
/administrator/components/*
!/administrator/components/com_code
!/administrator/components/com_ghmarkdowndisplay
!/administrator/components/com_trackerstats
/bin
/build
/cache
/cgi-bin
/cli/*
!/cli/sql
!/cli/code.php
/cms-coverage
!/components
/components/*
!/components/com_code
!/components/com_ghmarkdowndisplay
!/components/com_trackerstats
/icomoon
/images
/includes
/language
/layouts
/libraries
/manual
/media/*
!/media/com_code
!/media/com_ghmarkdowndisplay
!/media/com_trackerstats
!/media/mod_joomladata
/modules/*
!/modules/mod_joomladata
/nightlies
/plugins/*
!/plugins/finder
/plugins/finder/*
!/plugins/finder/tracker_issues
!/plugins/content
/plugins/content/*
!/plugins/content/nightlybuilds
/pulls
/standards
/templates/*
!/templates/joomla/
/templates/joomla/*
!/templates/joomla/css/
/templates/joomla/css/*
!/templates/joomla/css/custom.css
!/templates/joomla/html/
/templates/joomla/html/*
!/templates/joomla/html/com_contact/
!/templates/joomla/html/com_finder/
!/templates/joomla/html/mod_articles_latest/
!/templates/joomla/html/mod_breadcrumbs/
/tests
/tmp
/xsd
/.travis.yml
/CONTRIBUTING.md
/LICENSE.txt
/README.txt
/build.xml
/configuration.php
/htaccess.txt
/index.php
/phpunit.xml.dist
/phpunit.xml
/robots.txt
/robots.txt.dist
/travisci-phpunit.xml
/web.config.txt