mirror of
https://github.com/Llewellynvdm/awesome-joomla.git
synced 2024-11-21 19:15:11 +00:00
60 lines
756 B
Plaintext
60 lines
756 B
Plaintext
|
# Project management
|
||
|
.vscode/
|
||
|
.editorconfig
|
||
|
.eslintrc.json
|
||
|
.jsbeautifyrc
|
||
|
.jshintrc
|
||
|
.markdownlint.json
|
||
|
jsconfig.json
|
||
|
.php_cs.dist
|
||
|
.php_cs
|
||
|
.gitkeep
|
||
|
|
||
|
# 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/
|
||
|
|
||
|
# Symlinks
|