.gitignore 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. # ---> Android
  2. # Built application files
  3. *.apk
  4. *.ap_
  5. # Files for the Dalvik VM
  6. *.dex
  7. # Java class files
  8. *.class
  9. # Generated files
  10. bin/
  11. gen/
  12. # Gradle files
  13. .gradle/
  14. build/
  15. # Local configuration file (sdk path, etc)
  16. local.properties
  17. # Proguard folder generated by Eclipse
  18. proguard/
  19. # Log Files
  20. *.log
  21. # Android Studio Navigation editor temp files
  22. .navigation/
  23. # Android Studio captures folder
  24. captures/
  25. # ---> Windows
  26. # Windows image file caches
  27. Thumbs.db
  28. ehthumbs.db
  29. # Folder config file
  30. Desktop.ini
  31. # Recycle Bin used on file shares
  32. $RECYCLE.BIN/
  33. # Windows Installer files
  34. *.cab
  35. *.msi
  36. *.msm
  37. *.msp
  38. # Windows shortcuts
  39. *.lnk
  40. # ---> Linux
  41. *~
  42. # KDE directory preferences
  43. .directory
  44. # Linux trash folder which might appear on any partition or disk
  45. .Trash-*
  46. # ---> MicrosoftOffice
  47. *.tmp
  48. # Word temporary
  49. ~$*.doc*
  50. # Excel temporary
  51. ~$*.xls*
  52. # Excel Backup File
  53. *.xlk
  54. # ---> Eclipse
  55. *.pydevproject
  56. .metadata
  57. .gradle
  58. bin/
  59. tmp/
  60. *.tmp
  61. *.bak
  62. *.swp
  63. *~.nib
  64. local.properties
  65. .settings/
  66. .loadpath
  67. # Eclipse Core
  68. .project
  69. # External tool builders
  70. .externalToolBuilders/
  71. # Locally stored "Eclipse launch configurations"
  72. *.launch
  73. # CDT-specific
  74. .cproject
  75. # JDT-specific (Eclipse Java Development Tools)
  76. .classpath
  77. # Java annotation processor (APT)
  78. .factorypath
  79. # PDT-specific
  80. .buildpath
  81. # sbteclipse plugin
  82. .target
  83. # TeXlipse plugin
  84. .texlipse
  85. # ---> Java
  86. *.class
  87. # Mobile Tools for Java (J2ME)
  88. .mtj.tmp/
  89. # Package Files #
  90. *.jar
  91. *.war
  92. *.ear
  93. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  94. hs_err_pid*
  95. # ---> Python
  96. # Byte-compiled / optimized / DLL files
  97. __pycache__/
  98. *.py[cod]
  99. *$py.class
  100. # C extensions
  101. *.so
  102. # Distribution / packaging
  103. .Python
  104. env/
  105. build/
  106. develop-eggs/
  107. dist/
  108. downloads/
  109. eggs/
  110. .eggs/
  111. lib/
  112. lib64/
  113. parts/
  114. sdist/
  115. var/
  116. *.egg-info/
  117. .installed.cfg
  118. *.egg
  119. # PyInstaller
  120. # Usually these files are written by a python script from a template
  121. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  122. *.manifest
  123. *.spec
  124. # Installer logs
  125. pip-log.txt
  126. pip-delete-this-directory.txt
  127. # Unit test / coverage reports
  128. htmlcov/
  129. .tox/
  130. .coverage
  131. .coverage.*
  132. .cache
  133. nosetests.xml
  134. coverage.xml
  135. *,cover
  136. # Translations
  137. *.mo
  138. *.pot
  139. # Django stuff:
  140. *.log
  141. # Sphinx documentation
  142. docs/_build/
  143. # PyBuilder
  144. target/
  145. # ---> JDeveloper
  146. # default application storage directory used by the IDE Performance Cache feature
  147. .data/
  148. # used for ADF styles caching
  149. temp/
  150. # default output directories
  151. classes/
  152. deploy/
  153. javadoc/
  154. # lock file, a part of Oracle Credential Store Framework
  155. cwallet.sso.lck
  156. # pdf files
  157. *.pdf
  158. /*.pdf
  159. /pdf/
  160. /chromedriver.exe