swt23w23/.gitignore

59 lines
503 B
Plaintext
Raw Normal View History

2023-10-05 11:42:24 +02:00
# 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
2023-11-14 19:18:45 +01:00
# TeX
*.aux
*.fdb_latexmk
*.fls
*.log
*.nav
*.out
*.pdf
*.snm
*.synctex.gz
*.toc
*.xdv