Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # ---- Gradle
  2. build/
  3. .gradle/
  4. .gradletasknamecache
  5. classes/
  6. out/
  7. # ---- Maven (in integration tests)
  8. target/
  9. # ---- IntelliJ IDEA
  10. *.iws
  11. *.iml
  12. *.ipr
  13. .idea/
  14. .attach_pid*
  15. out/
  16. # ---- VS Code
  17. *.code-workspace
  18. # Directories generated on build on Windows
  19. bin/
  20. !sonar-application/src/main/assembly/elasticsearch/**/bin/
  21. !sonar-application/src/main/assembly/elasticsearch-patch/**/bin/
  22. # npm logs
  23. npm-debug.log*
  24. npm.tar.gz
  25. yarn-debug.log*
  26. yarn-error.log*
  27. # ---- Eclipse
  28. .classpath
  29. .project
  30. .settings
  31. .externalToolBuilders
  32. # ---- Mac OS X
  33. .DS_Store
  34. # Thumbnails
  35. ._*
  36. # Files that might appear on external disk
  37. .Spotlight-V100
  38. .Trashes
  39. # ---- Windows
  40. # Windows image file caches
  41. Thumbs.db
  42. # Folder config file
  43. Desktop.ini
  44. # ---- Linux
  45. .directory
  46. # ---- frontend
  47. node/
  48. node_modules/
  49. install-state.gz
  50. # ---- SonarQube
  51. .sonar/
  52. .scannerwork/
  53. # scripts patches, they are local to each developer
  54. scripts/patches/*.*
  55. scripts/patches/*license*.txt
  56. !scripts/patches/debug_ce.sh
  57. !scripts/patches/debug_web.sh
  58. !scripts/patches/postgres.sh
  59. gherkin-features/