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