1234567891011121314151617181920212223242526272829303132 |
- # Build and Release Folders
- bin-debug/
- bin-release/
- [Oo]bj/
- [Bb]in/
- # Other files and folders
- .settings/
- vendor
- public
- runtime
- runtime/
- runtime/*
- runtime/logs/hyperf.log
- # Executables
- *.swf
- *.air
- *.ipa
- *.apk
- .env
- # 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.
- runtime/container/classes.cache
- runtime/container/scan.cache
- runtime/hyperf.pid
- runtime/container/aspects.cache
- runtime/container/classes.cache
- runtime/container/scan.cache
- runtime/container/proxy/App_Controller_AbstractController.proxy.php
- runtime/container/proxy/App_Controller_IndexController.proxy.php
|