.gitignore 886 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. # Gradle
  2. build
  3. .gradle
  4. testdata/
  5. # Java gitignore #
  6. .class
  7. .log
  8. # Package Files #
  9. *.war
  10. *.ear
  11. #hsf files
  12. configuration
  13. # maven gitignore#
  14. target/**
  15. .svn/
  16. # intelliJ.gitignore #
  17. .idea
  18. *.iml
  19. *.ipr
  20. *.iws
  21. # Eclipse git ignore#
  22. *.pydevproject
  23. .project
  24. .metadata
  25. bin/**
  26. */bin/**
  27. tmp/**
  28. tmp/**/*
  29. configuration/**
  30. *.tmp
  31. *.bak
  32. *.orig
  33. *.swp
  34. *~.nib
  35. .classpath
  36. .settings/
  37. .loadpath
  38. .fileTable*
  39. .cache
  40. # External tool builders
  41. .externalToolBuilders/
  42. # Locally stored "Eclipse launch configurations"
  43. *.launch
  44. # CDT-specific
  45. .cproject
  46. # PDT-specific
  47. .buildpath
  48. #log
  49. *.log
  50. *.log.*
  51. # Windows Thumbs.db
  52. *.db
  53. # OSX
  54. .DS_Store
  55. # sass gitignore#
  56. .sass-cache
  57. .idea
  58. # tcc_coverage
  59. coverage.ec
  60. config.client.*
  61. temp/
  62. *.pid
  63. *.orig
  64. hsf.configuration/
  65. # code coverage report
  66. *.ec
  67. #hsf test
  68. *.instance
  69. out
  70. !/p3c-idea/src/main/kotlin/com/alibaba/smartfox/work/tools/aone/ui/AoneBranchView.kt