Initial commit
This commit is contained in:
commit
f837c5d910
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# ---> CakePHP
|
||||||
|
# CakePHP 3
|
||||||
|
|
||||||
|
/vendor/*
|
||||||
|
/config/app.php
|
||||||
|
|
||||||
|
/tmp/cache/models/*
|
||||||
|
!/tmp/cache/models/empty
|
||||||
|
/tmp/cache/persistent/*
|
||||||
|
!/tmp/cache/persistent/empty
|
||||||
|
/tmp/cache/views/*
|
||||||
|
!/tmp/cache/views/empty
|
||||||
|
/tmp/sessions/*
|
||||||
|
!/tmp/sessions/empty
|
||||||
|
/tmp/tests/*
|
||||||
|
!/tmp/tests/empty
|
||||||
|
|
||||||
|
/logs/*
|
||||||
|
!/logs/empty
|
||||||
|
|
||||||
|
# CakePHP 2
|
||||||
|
|
||||||
|
/app/tmp/*
|
||||||
|
/app/Config/core.php
|
||||||
|
/app/Config/database.php
|
||||||
|
/vendors/*
|
||||||
|
|
11
LICENSE
Normal file
11
LICENSE
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
Version 2, December 2004
|
||||||
|
|
||||||
|
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||||
|
|
||||||
|
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
|
||||||
|
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
Loading…
x
Reference in New Issue
Block a user