1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# 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
test/php/htmlcov/
# NPM modules
node_modules
# Stupid macos files
.DS_Store
|