1234567891011121314151617181920212223 |
- # Build and Release Folders
- bin-debug/
- bin-release/
- [Oo]bj/
- [Bb]in/
- # Other files and folders
- .settings/
- public
- vendor
- 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.
|