# ---- Gradle build/ .gradle/ .gradletasknamecache classes/ out/ # ---- Maven (in integration tests) target/ # ---- IntelliJ IDEA *.iws *.iml *.ipr .idea/ out/ # ---- VS Code .vscode/ *.code-workspace # Directories generated on build on Windows bin/ # npm logs npm-debug.log* npm.tar.gz yarn-debug.log* yarn-error.log* # ---- Eclipse .classpath .project .settings .externalToolBuilders # ---- Mac OS X .DS_Store Icon? # Thumbnails ._* # Files that might appear on external disk .Spotlight-V100 .Trashes # ---- Windows # Windows image file caches Thumbs.db # Folder config file Desktop.ini # ---- frontend node/ node_modules/ # ---- SonarQube .sonar/ # scripts patches, they are local to each developer scripts/patches/*.* scripts/patches/*license*.txt !scripts/patches/debug_ce.sh !scripts/patches/debug_web.sh !scripts/patches/mysql.sh !scripts/patches/postgres.sh