# SPDX-License-Identifier: Apache-2.0 AND AGPL-3.0-or-later
# SPDX-FileCopyrightText: 2014 Oliver Drotbohm
# SPDX-FileCopyrightText: 2018-2021 Martin Morgenstern
# SPDX-FileCopyrightText: 2023 swt23w23
# Java and Maven
*.class
*.jar
target/

# Un-ignore maven wrapper jar
!/.mvn/wrapper/maven-wrapper.jar

# Eclipse
bin/
.settings/
.project
.classpath
.factorypath

# Eclipse STS plugin
.springBeans

# IntelliJ
out/
.idea/
*.iml

# VS Code
.vscode/

# MagicDraw
*.mdzip.bak

# OS specific
.DS_Store
Thumbs.db
Desktop.ini

# H2 database files
*.mv.db
*.h2.db

# Misc
hs_err_*.log
~$*

# Direnv
.direnv
.envrc.private

# TeX
*.aux
*.fdb_latexmk
*.fls
*.log
*.nav
*.out
*.pdf
*.snm
*.synctex.gz
*.toc
*.xdv