| 123456789101112131415161718192021222324252627 | 
							- # Build and Release Folders
 
- bin-debug/
 
- bin-release/
 
- [Oo]bj/
 
- [Bb]in/
 
- .idea/
 
- target/
 
- # Other files and folders
 
- .settings/
 
- # Executables
 
- *.swf
 
- *.air
 
- *.ipa
 
- *.apk
 
- # Additional common ignores for Java projects
 
- *.class
 
- *.jar
 
- *.war
 
- *.ear
 
- *.log
 
- *.iml
 
- # 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.
 
 
  |