weitere arbeiten an der UI
This commit is contained in:
38
.gitignore
vendored
38
.gitignore
vendored
@@ -1,6 +1,34 @@
|
||||
/target/
|
||||
.settings/
|
||||
.classpath
|
||||
.project
|
||||
*.class
|
||||
# Eclipse-spezifische Metadaten (WICHTIG)
|
||||
.metadata/
|
||||
.plugins/
|
||||
bin/
|
||||
tmp/
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
local.properties
|
||||
.settings/
|
||||
.project
|
||||
.classpath
|
||||
.factorypath
|
||||
|
||||
# Maven (Spring Boot Standard)
|
||||
target/
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
pom.xml.versionsBackup
|
||||
pom.xml.restoreBackup
|
||||
.releaseBackup
|
||||
release.properties
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Betriebssystem-Müll
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Private Konfigurationen (falls du Passwörter hier speicherst)
|
||||
application-local.properties
|
||||
|
||||
Reference in New Issue
Block a user