45
1
Fork 0

initial commit

This commit is contained in:
c3h 2016-09-14 20:31:46 +02:00 committed by Gogs
commit 584dd807b6
3 changed files with 83 additions and 0 deletions

33
.gitignore vendored Normal file
View file

@ -0,0 +1,33 @@
# ---> 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/*