# Project management
.editorconfig
.eslintrc.json
.idea
.jsbeautifyrc
.jshintrc
.markdownlint.json
.php_cs
.php_cs.dist
.vagrant
.vscode
jsconfig.json

# Composer
composer.phar
vendor/
composer.lock

# Node.js
node_modules/

# Cordova
/hooks/
/platforms/
#/plugins/
/typings/

# Build files - Release directory
/build/release
/build/templates/platform
/platform

# Test configuration
/tests/config.php
/Tests/config.php

# Version and manifest files
/component/*.xml
/modules/*/*/*.xml
/plugins/*/*/*.xml

# Language files (symlinked)
/component/language/*
/modules/*/*/language/*
/plugins/*/*/language/*

# Ionic
.sourcemaps/
tslint.json
/www/assets/*
/www/build/*

# App for Joomla
/component/media/app/
/component/media/service/

# Symfony
/var/

.gitignore
.gitkeep
