Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Actionscript.gitignore 350B

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