Unlock Your FlexPath Success Journey with ETutors

.gitignore 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. # ---> Actionscript
  2. # Build and Release Folders
  3. bin/
  4. bin-debug/
  5. bin-release/
  6. [Oo]bj/ # FlashDevelop obj
  7. [Bb]in/ # FlashDevelop bin
  8. # Other files and folders
  9. .settings/
  10. # Executables
  11. *.swf
  12. *.air
  13. *.ipa
  14. *.apk
  15. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  16. # should NOT be excluded as they contain compiler settings and other important
  17. # information for Eclipse / Flash Builder.
  18. # ---> Android
  19. # Built application files
  20. *.apk
  21. *.ap_
  22. # Files for the ART/Dalvik VM
  23. *.dex
  24. # Java class files
  25. *.class
  26. # Generated files
  27. bin/
  28. gen/
  29. out/
  30. # Gradle files
  31. .gradle/
  32. build/
  33. # Local configuration file (sdk path, etc)
  34. local.properties
  35. # Proguard folder generated by Eclipse
  36. proguard/
  37. # Log Files
  38. *.log
  39. # Android Studio Navigation editor temp files
  40. .navigation/
  41. # Android Studio captures folder
  42. captures/
  43. # Intellij
  44. *.iml
  45. .idea/workspace.xml
  46. .idea/tasks.xml
  47. .idea/gradle.xml
  48. .idea/dictionaries
  49. .idea/libraries
  50. # Keystore files
  51. *.jks
  52. # External native build folder generated in Android Studio 2.2 and later
  53. .externalNativeBuild
  54. # Google Services (e.g. APIs or Firebase)
  55. google-services.json
  56. # Freeline
  57. freeline.py
  58. freeline/
  59. freeline_project_description.json
  60. # ---> Ada
  61. # Object file
  62. *.o
  63. # Ada Library Information
  64. *.ali
  65. # ---> Agda
  66. *.agdai
  67. # ---> Anjuta
  68. # Local configuration folder and symbol database
  69. /.anjuta/
  70. /.anjuta_sym_db.db
  71. # ---> Ansible
  72. *.retry