# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# IDEs and editors
/.idea
.idea
*.iml
*.ipr
*.iws
.project
.classpath
*.launch
.settings/
.vscode/
.checkstyle
.pmd
.pmdruleset.xml
*.eclipse-pmd
.factorypath
.sts4-cache/
.cache
.extracted

# System Files
.DS_Store
Thumbs.db
.directory

# Build generated files
node_modules
target
ui/bin
ui/node
*~
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/syndesis
.jqwik-database

###
# app/ui-react
###

# ignore built storybook
ui-react/doc/syndesis
ui-react/doc/auto-form
ui-react/doc/ui
ui-react/doc/app

# @syndesis/syndesis
ui-react/syndesis/public/config.json
ui-react/syndesis/public/config.json.bak
ui-react/syndesis/public/atlasmap/
ui-react/syndesis/tapes/ht*
ui-react/.puppeteer_data

# @syndesis/models
ui-react/packages/models/src/models.d.ts
ui-react/packages/models/src/models-internal.d.ts

# testing
ui-react/*/coverage

# production
ui-react/*/build
ui-react/*/dist

# misc
ui-react/syndesis/.env.local
ui-react/syndesis/.env.development.local
ui-react/syndesis/.env.test.local
ui-react/syndesis/.env.production.local

# build cache
ui-react/*/.cache
ui-react/*/.rts2_cache*

# package-lock.json
*/ui-react/package-lock.json

# operator binary
tools/bin/commands/binaries/syndesis
