.gitignore 564 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ## .gitignore for Efunbox
  2. # Package Files #
  3. *.jar
  4. *.war
  5. *.ear
  6. *.class
  7. *.bak
  8. *.tmp
  9. *.log
  10. ## .gitignore for intellij
  11. *.iml
  12. *.ipr
  13. *.iws
  14. .idea/
  15. ## .gitignore for eclipse
  16. *.pydevproject
  17. .project
  18. .metadata
  19. bin/**
  20. tmp/**
  21. tmp/**/*
  22. *.swp
  23. local.properties
  24. .classpath
  25. .settings/
  26. ## .gitignore for windows
  27. Thumbs.db
  28. ehthumbs.db
  29. ## .gitignore for mac os x
  30. .DS_Store
  31. .AppleDouble
  32. .LSOverride
  33. /.classpath
  34. /.launch
  35. /.project
  36. /.settings
  37. /*.launch
  38. /*.tmproj
  39. /ivy*
  40. /eclipse
  41. # "temporary" build files
  42. target/
  43. out/
  44. build/
  45. # CDT-specific
  46. .cproject
  47. # PDT-specific
  48. .buildpath