You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 1.0KB

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. .vscode/
  18. *.code-workspace
  19. # Directories generated on build on Windows
  20. bin/
  21. !sonar-application/src/main/assembly/elasticsearch/**/bin/
  22. !sonar-application/src/main/assembly/elasticsearch-patch/**/bin/
  23. # npm logs
  24. npm-debug.log*
  25. npm.tar.gz
  26. yarn-debug.log*
  27. yarn-error.log*
  28. # ---- Eclipse
  29. .classpath
  30. .project
  31. .settings
  32. .externalToolBuilders
  33. # ---- Mac OS X
  34. .DS_Store
  35. Icon?
  36. # Thumbnails
  37. ._*
  38. # Files that might appear on external disk
  39. .Spotlight-V100
  40. .Trashes
  41. # ---- Windows
  42. # Windows image file caches
  43. Thumbs.db
  44. # Folder config file
  45. Desktop.ini
  46. # ---- Linux
  47. .directory
  48. # ---- frontend
  49. node/
  50. node_modules/
  51. # ---- SonarQube
  52. .sonar/
  53. .scannerwork/
  54. # scripts patches, they are local to each developer
  55. scripts/patches/*.*
  56. scripts/patches/*license*.txt
  57. !scripts/patches/debug_ce.sh
  58. !scripts/patches/debug_web.sh
  59. !scripts/patches/postgres.sh