# Vim files
*.swp
# Ignore config.php, debug.php and debug.txt
/config.php
/debug.php
/debug.txt
# Ant deploy directory
/deploy/
# translation memory
/cache/
# shared php-mapi files
/server/includes/mapi
# files generated by Ant
/tools/build/
/tools/src/jsconcat/build/
/tools/tools.jar
# PHP storm IDE folder
.idea
# sass cache directory
*.sass-cache
# translation files (you can copy them to your dev environment if you want to test)
*.mo
# Eclipse files
/.project
/.settings
# Test output
/test/js/result
/test/js/coverage
/test/php/htmlcov/
# NPM modules
node_modules
# Stupid macos files
.DS_Store
/tools/php-cs-fixer*
.php-cs-fixer.cache
