This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
.gitignore
103 lines (84 loc) · 1.81 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
100
101
102
103
# IDE & System Related Files #
.buildpath
.project
.settings
.DS_Store
.idea
.vscode
# Local System Files (i.e. cache, logs, etc.) #
/administrator/cache
/administrator/logs
/cache
/installation/cache
/installation/sessions
/libraries/autoload_psr4.php
/tmp
/configuration.php
/.htaccess
/web.config
/.php_cs
/.php_cs.cache
/media
# Template CSS files generated by NPM.
/administrator/templates/atum/css
/installation/template/css/template-rtl.min.css
/installation/template/css/template-rtl.css
/installation/template/css/template.min.css
/installation/template/css/template.css
/templates/cassiopeia/css
# Test Related Files #
/phpunit.xml
selenium.log
composer.phar
/test-install
# Vendor directory handeling
/libraries/vendor
!libraries/vendor/.gitkeep
/media/vendor
!media/vendor/.gitkeep
# Stubs file holding mapped classes
/stubs.php
# JS/CSS Build #
node_modules/
/build/assets_tmp
/scss-lint-report.xml
# Removed in Joomla 4 #
administrator/templates/isis
administrator/templates/hathor
templates/beez3
build/generatecss.php
media/jui/less
# CSS map files #
.map
# phpDocumentor Logs #
phpdoc-*
# Patch Tester #
/administrator/components/com_patchtester
/administrator/templates/atum/html/com_patchtester
/components/com_patchtester
/media/com_patchtester
# Languages #
administrator/language/*
!administrator/language/en-GB
administrator/manifests/packages/*
!administrator/manifests/packages/pkg_en-GB.xml
!administrator/language/overrides/index.html
language/*
!language/en-GB
!language/overrides/index.html
# OSX #
._*
.Spotlight-V100
.Trashes
# Windows #
Thumbs.db
Desktop.ini
# Never ignore #
# Only apply this rule to the main repository's gitignore files
!/.gitignore
!/build/.gitignore
# Build related
RoboFile.ini
# Media Manager
/media/com_media/js/mediamanager.min.js.map
/media/com_media/css/mediamanager.min.css.map