29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-30 00:53:41 +00:00
cms/.gitignore
2019-03-08 12:27:29 +01:00

104 lines
1.8 KiB
Plaintext

# 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