Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .gitignore
- ==========
- /app/Config/database.php
- /app/tmp/cache/models/*
- !/app/tmp/cache/models/empty
- /app/tmp/cache/persistent/*
- !/app/tmp/cache/persistent/empty
- /app/tmp/cache/views/*
- !/app/tmp/cache/views/empty
- /app/tmp/cache/yada_*
- /app/tmp/cache/*/*
- /app/tmp/cache/cps_front_*
- /app/tmp/logs/*.log
- /app/tmp/sessions/*
- !/app/tmp/sessions/empty
- /app/tmp/tests/*
- /app/tmp/tests/empty
- /lib/Yada/Console/Templates/skel/tmp/
- /plugins
- /vendors
- /build
- /dist
- .DS_Store
- /tags
- /.tmp_staging/
- /build
- /.buildpath
- /.project
- /.settings/org.eclipse.php.core.prefs
- /app/Config/database.php - copia.default
- /app/Plugin/Migrations/
- .git/config
- ===========
- [core]
- repositoryformatversion = 0
- filemode = true
- bare = false
- logallrefupdates = true
- [remote "origin"]
- fetch = +refs/heads/*:refs/remotes/origin/*
- url = https://user:password@server/some/path.git
- [branch "master"]
- remote = origin
- merge = refs/heads/master
- [submodule "X"]
- url = git://github.com/some/path.git
- [submodule "app/Plugin/Y"]
- url = https://github.com/some/other/path.git
Add Comment
Please, Sign In to add comment