45
1
Fork 0
Hackover-Meta/.gitignore
2016-09-14 20:31:46 +02:00

33 lines
547 B
Text

# ---> AppceleratorTitanium
# Build folder and log file
build/
build.log
# ---> Actionscript
# Build and Release Folders
bin/
bin-debug/
bin-release/
# Other files and folders
.settings/
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
# ---> CakePHP
# CakePHP 3
/vendor/*
/config/app.php
/tmp/*
/logs/*
# CakePHP 2
/app/tmp/*
/app/Config/core.php
/app/Config/database.php
/vendors/*