swt23w23/.gitignore
Denis Natusch 99491b3b0d Add nix shell
Co-authored-by: Simon Bruder <simon.bruder@mailbox.tu-dresden.de>
2023-11-11 14:26:18 +00:00

46 lines
415 B
Plaintext

# 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