.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. # ---> Eclipse
  26. *.pydevproject
  27. .metadata
  28. .gradle
  29. bin/
  30. tmp/
  31. *.tmp
  32. *.bak
  33. *.swp
  34. *~.nib
  35. local.properties
  36. .settings/
  37. .loadpath
  38. # Eclipse Core
  39. .project
  40. # External tool builders
  41. .externalToolBuilders/
  42. # Locally stored "Eclipse launch configurations"
  43. *.launch
  44. # CDT-specific
  45. .cproject
  46. # JDT-specific (Eclipse Java Development Tools)
  47. .classpath
  48. # Java annotation processor (APT)
  49. .factorypath
  50. # PDT-specific
  51. .buildpath
  52. # sbteclipse plugin
  53. .target
  54. # TeXlipse plugin
  55. .texlipse
  56. # ---> Python
  57. # Byte-compiled / optimized / DLL files
  58. __pycache__/
  59. *.py[cod]
  60. *$py.class
  61. # C extensions
  62. *.so
  63. # Distribution / packaging
  64. .Python
  65. env/
  66. build/
  67. develop-eggs/
  68. dist/
  69. downloads/
  70. eggs/
  71. .eggs/
  72. lib/
  73. lib64/
  74. parts/
  75. sdist/
  76. var/
  77. *.egg-info/
  78. .installed.cfg
  79. *.egg
  80. # PyInstaller
  81. # Usually these files are written by a python script from a template
  82. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  83. *.manifest
  84. *.spec
  85. # Installer logs
  86. pip-log.txt
  87. pip-delete-this-directory.txt
  88. # Unit test / coverage reports
  89. htmlcov/
  90. .tox/
  91. .coverage
  92. .coverage.*
  93. .cache
  94. nosetests.xml
  95. coverage.xml
  96. *,cover
  97. # Translations
  98. *.mo
  99. *.pot
  100. # Django stuff:
  101. *.log
  102. # Sphinx documentation
  103. docs/_build/
  104. # PyBuilder
  105. target/
  106. # ---> Linux
  107. *~
  108. # KDE directory preferences
  109. .directory
  110. # Linux trash folder which might appear on any partition or disk
  111. .Trash-*
  112. # ---> Windows
  113. # Windows image file caches
  114. Thumbs.db
  115. ehthumbs.db
  116. # Folder config file
  117. Desktop.ini
  118. # Recycle Bin used on file shares
  119. $RECYCLE.BIN/
  120. # Windows Installer files
  121. *.cab
  122. *.msi
  123. *.msm
  124. *.msp
  125. # Windows shortcuts
  126. *.lnk
  127. # ---> MicrosoftOffice
  128. *.tmp
  129. # Word temporary
  130. ~$*.doc*
  131. # Excel temporary
  132. ~$*.xls*
  133. # Excel Backup File
  134. *.xlk