8866a6a6ab6148ba5ea8b5">77628cf8bf first comm 3 年之前 RU.js 77628cf8bf first comm 3 年之前 RW.js 77628cf8bf first comm 3 年之前 SA.js 77628cf8bf first comm 3 年之前 SB.js 77628cf8bf first comm 3 年之前 SC.js 77628cf8bf first comm 3 年之前 SD.js 77628cf8bf first comm 3 年之前 SE.js 77628cf8bf first comm 3 年之前 SG.js 77628cf8bf first comm 3 年之前 SH.js 77628cf8bf first comm 3 年之前 SI.js 77628cf8bf first comm 3 年之前 SK.js 77628cf8bf first comm 3 年之前 SL.js 77628cf8bf first comm 3 年之前 SM.js 77628cf8bf first comm 3 年之前 SN.js 77628cf8bf first comm 3 年之前 SO.js 77628cf8bf first comm 3 年之前 SR.js 77628cf8bf first comm 3 年之前 ST.js 77628cf8bf first comm 3 年之前 SV.js 77628cf8bf first comm 3 年之前 SY.js 77628cf8bf first comm 3 年之前 SZ.js 77628cf8bf first comm 3 年之前 TC.js 77628cf8bf first comm 3 年之前 TD.js 77628cf8bf first comm 3 年之前 TG.js 77628cf8bf first comm 3 年之前 TH.js 77628cf8bf first comm 3 年之前 TJ.js 77628cf8bf first comm 3 年之前 TK.js 77628cf8bf first comm 3 年之前 TL.js 77628cf8bf first comm 3 年之前 TM.js 77628cf8bf first comm 3 年之前 TN.js 77628cf8bf first comm 3 年之前 TO.js 77628cf8bf first comm 3 年之前 TR.js 77628cf8bf first comm 3 年之前 TT.js 77628cf8bf first comm 3 年之前 TV.js 77628cf8bf first comm 3 年之前 TW.js 77628cf8bf first comm 3 年之前 TZ.js 77628cf8bf first comm 3 年之前 UA.js 77628cf8bf first comm 3 年之前 UG.js 77628cf8bf first comm 3 年之前 US.js 77628cf8bf first comm 3 年之前 UY.js 77628cf8bf first comm 3 年之前 UZ.js 77628cf8bf first comm 3 年之前 VA.js 77628cf8bf first comm 3 年之前 VC.js 77628cf8bf first comm 3 年之前 VE.js 77628cf8bf first comm 3 年之前 VG.js 77628cf8bf first comm 3 年之前 VI.js 77628cf8bf first comm 3 年之前 VN.js 77628cf8bf first comm 3 年之前 VU.js 77628cf8bf first comm 3 年之前 WF.js 77628cf8bf first comm 3 年之前 WS.js 77628cf8bf first comm 3 年之前 YE.js 77628cf8bf first comm 3 年之前 YT.js 77628cf8bf first comm 3 年之前 ZA.js 77628cf8bf first comm 3 年之前 ZM.js 77628cf8bf first comm 3 年之前 ZW.js 77628cf8bf first comm 3 年之前 alt-af.js 77628cf8bf first comm 3 年之前 alt-an.js 77628cf8bf first comm 3 年之前 alt-as.js 77628cf8bf first comm 3 年之前 alt-eu.js 77628cf8bf first comm 3 年之前 alt-na.js 77628cf8bf first comm 3 年之前 alt-oc.js 77628cf8bf first comm 3 年之前 alt-sa.js 77628cf8bf first comm 3 年之前 alt-ww.js 77628cf8bf first comm 3 年之前 tum/recycle_server - Gogs: Simplico Git Service

Bez popisu

.gitignore 468B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Python
  2. *.pyc
  3. __pycache__/
  4. *.pyo
  5. *.pyd
  6. .Python
  7. # Virtual environments
  8. venv/
  9. env/
  10. ENV/
  11. .venv/
  12. .ENV/
  13. # Django specific
  14. *.log
  15. *.pot
  16. *.pyc
  17. __pycache__/
  18. local_settings.py
  19. db.sqlite3
  20. media/
  21. staticfiles/
  22. # macOS
  23. .DS_Store
  24. # node_modules
  25. node_modules/
  26. # Environment variables
  27. .env
  28. .env.*
  29. # VS Code
  30. .vscode/
  31. # PyCharm
  32. .idea/
  33. # Coverage reports
  34. htmlcov/
  35. .tox/
  36. .coverage
  37. .coverage.*
  38. .cache
  39. nosetests.xml
  40. coverage.xml
  41. *.cover
  42. *.py,cover
  43. .hypothesis/
  44. .pytest_cache/
  45. data/