| 1234567891011121314151617181920212223242526272829303132 |
- # ---> Actionscript
- # Build and Release Folders
- bin/
- bin-debug/
- bin-release/
- .idea
- # Other files and folders
- .settings/
- # 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.
- # ---> AppEngine
- # Google App Engine generated folder
- appengine-generated/
- # ---> ArchLinuxPackages
- *.tar
- *.tar.*
- *.jar
- *.exe
- *.msi
- *.zip
- *.tgz
- *.log
- *.log.*
- *.sig
- pkg/
- src/
|