# node
/js/npm-debug.log
/js/node_modules/
/js/dist
/js/coverage

.vscode

# Build products
target/
docs/_build/
dist
monitoring-interceptors/src/main/java/io/confluent/monitoring/record
# Duplicated monitoring Avro record types are currently required because importing schemas/records across projects does not
# work via the Avro Maven plugin + IDL. Instead, we allow it to be double-generated and basically rely on the fact that these
# classes will definitely not conflict within a single version of control center.
control-center/src/main/java/io/confluent/monitoring/record
control-center/src/main/java/io/confluent/controlcenter/record
build/
*classes
npm-debug.log
js/node
/generated.json
dependency-reduced-pom.xml

#intellij
*.iml
.idea
*.ipr
*.iws

# runtime
rocks/

# other
.DS_Store
.dumbjump
*classes
*~
*#
.#*
.idea
.svn
.classpath
/.metadata
.project
.settings
.tern-port
