111
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 2 ans
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ###############
  2. # folder #
  3. ###############
  4. /runtime
  5. ###############
  6. # fixed file #
  7. ###############
  8. #################
  9. ## Eclipse
  10. #################
  11. *.pydevproject
  12. .project
  13. .metadata
  14. bin/
  15. tmp/
  16. *.tmp
  17. *.swp
  18. *~.nib
  19. local.properties
  20. .classpath
  21. .settings/
  22. .loadpath
  23. # External tool builders
  24. .externalToolBuilders/
  25. # Locally stored "Eclipse launch configurations"
  26. *.launch
  27. # CDT-specific
  28. .cproject
  29. # PDT-specific
  30. .buildpath
  31. ############
  32. ## Windows
  33. ############
  34. # Windows image file caches
  35. Thumbs.db
  36. # Folder config file
  37. Desktop.ini