You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 jaar geleden
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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.
  17. # ---> Agda
  18. *.agdai
  19. MAlonzo/**
  20. # ---> Android
  21. # Built application files
  22. *.apk
  23. *.aar
  24. *.ap_
  25. *.aab
  26. # Files for the ART/Dalvik VM
  27. *.dex
  28. # Java class files
  29. *.class
  30. # Generated files
  31. bin/
  32. gen/
  33. out/
  34. # Uncomment the following line in case you need and you don't have the release build type files in your app
  35. # release/
  36. # Gradle files
  37. .gradle/
  38. build/
  39. # Local configuration file (sdk path, etc)
  40. local.properties
  41. # Proguard folder generated by Eclipse
  42. proguard/
  43. # Log Files
  44. *.log
  45. # Android Studio Navigation editor temp files
  46. .navigation/
  47. # Android Studio captures folder
  48. captures/
  49. # IntelliJ
  50. *.iml
  51. .idea/workspace.xml
  52. .idea/tasks.xml
  53. .idea/gradle.xml
  54. .idea/assetWizardSettings.xml
  55. .idea/dictionaries
  56. .idea/libraries
  57. # Android Studio 3 in .gitignore file.
  58. .idea/caches
  59. .idea/modules.xml
  60. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  61. .idea/navEditor.xml
  62. # Keystore files
  63. # Uncomment the following lines if you do not want to check your keystore files in.
  64. #*.jks
  65. #*.keystore
  66. # External native build folder generated in Android Studio 2.2 and later
  67. .externalNativeBuild
  68. .cxx/
  69. # Google Services (e.g. APIs or Firebase)
  70. # google-services.json
  71. # Freeline
  72. freeline.py
  73. freeline/
  74. freeline_project_description.json
  75. # fastlane
  76. fastlane/report.xml
  77. fastlane/Preview.html
  78. fastlane/screenshots
  79. fastlane/test_output
  80. fastlane/readme.md
  81. # Version control
  82. vcs.xml
  83. # lint
  84. lint/intermediates/
  85. lint/generated/
  86. lint/outputs/
  87. lint/tmp/
  88. # lint/reports/