Realty Hunting:–We are the one-stop real estate consultancy firm where we trap real estate juvants & investments, . Visit https://realtyhunting.com/

.gitignore 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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. # ---> Ada
  19. # Object file
  20. *.o
  21. # Ada Library Information
  22. *.ali
  23. # ---> Agda
  24. *.agdai
  25. # ---> Android
  26. # Built application files
  27. *.apk
  28. *.ap_
  29. # Files for the ART/Dalvik VM
  30. *.dex
  31. # Java class files
  32. *.class
  33. # Generated files
  34. bin/
  35. gen/
  36. out/
  37. # Gradle files
  38. .gradle/
  39. build/
  40. # Local configuration file (sdk path, etc)
  41. local.properties
  42. # Proguard folder generated by Eclipse
  43. proguard/
  44. # Log Files
  45. *.log
  46. # Android Studio Navigation editor temp files
  47. .navigation/
  48. # Android Studio captures folder
  49. captures/
  50. # Intellij
  51. *.iml
  52. .idea/workspace.xml
  53. .idea/tasks.xml
  54. .idea/gradle.xml
  55. .idea/dictionaries
  56. .idea/libraries
  57. # Keystore files
  58. *.jks
  59. # External native build folder generated in Android Studio 2.2 and later
  60. .externalNativeBuild
  61. # Google Services (e.g. APIs or Firebase)
  62. google-services.json
  63. # Freeline
  64. freeline.py
  65. freeline/
  66. freeline_project_description.json
  67. # ---> Ansible
  68. *.retry
  69. # ---> Anjuta
  70. # Local configuration folder and symbol database
  71. /.anjuta/
  72. /.anjuta_sym_db.db
  73. # ---> ArchLinuxPackages
  74. *.tar
  75. *.tar.*
  76. *.jar
  77. *.exe
  78. *.msi
  79. *.zip
  80. *.tgz
  81. *.log
  82. *.log.*
  83. *.sig
  84. pkg/
  85. src/
  86. # ---> Archives
  87. # It's better to unpack these files and commit the raw source because
  88. # git has its own built in compression methods.
  89. *.7z
  90. *.jar
  91. *.rar
  92. *.zip
  93. *.gz
  94. *.bzip
  95. *.bz2
  96. *.xz
  97. *.lzma
  98. *.cab
  99. #packing-only formats
  100. *.iso
  101. *.tar
  102. #package management formats
  103. *.dmg
  104. *.xpi
  105. *.gem
  106. *.egg
  107. *.deb
  108. *.rpm
  109. *.msi
  110. *.msm
  111. *.msp
  112. # ---> Autotools
  113. # http://www.gnu.org/software/automake
  114. Makefile.in
  115. /ar-lib
  116. /mdate-sh
  117. /py-compile
  118. /test-driver
  119. /ylwrap
  120. # http://www.gnu.org/software/autoconf
  121. /autom4te.cache
  122. /autoscan.log
  123. /autoscan-*.log
  124. /aclocal.m4
  125. /compile
  126. /config.guess
  127. /config.h.in
  128. /config.sub
  129. /configure
  130. /configure.scan
  131. /depcomp
  132. /install-sh
  133. /missing
  134. /stamp-h1
  135. # https://www.gnu.org/software/libtool/
  136. /ltmain.sh
  137. # http://www.gnu.org/software/texinfo
  138. /texinfo.tex
  139. # ---> BricxCC
  140. # Bricx Command Center IDE
  141. # http://bricxcc.sourceforge.net
  142. *.bak
  143. *.sym
  144. # ---> Bazaar
  145. .bzr/
  146. .bzrignore