33 lines
547 B
Text
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/*
|
|
|