# Vim files
*.swp
# Ignore config.php, debug.php and debug.txt
config.php
debug.php
debug.txt
# Ant deploy directory
deploy/
# 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
