Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

.gitignore 371B

1234567891011121314151617181920
  1. # ---> Actionscript
  2. # Build and Release Folders
  3. bin-debug/
  4. bin-release/
  5. [Oo]bj/
  6. [Bb]in/
  7. # Other files and folders
  8. .settings/
  9. # Executables
  10. *.swf
  11. *.air
  12. *.ipa
  13. *.apk
  14. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  15. # should NOT be excluded as they contain compiler settings and other important
  16. # information for Eclipse / Flash Builder.