spark-template/.gitignore

123 lines
1.8 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ============================================================
# SPARK .gitignore Template
# HTL SZU Wien · thomas · März 2026
# Gilt für: C#/.NET (hitn) und Java (hwii)
# ============================================================
# ── C# / .NET ────────────────────────────────────────────────
## Build-Output
bin/
obj/
## Visual Studio
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
## NuGet
packages/
*.nupkg
*.snupkg
project.lock.json
project.fragment.lock.json
artifacts/
## Rider (JetBrains)
.idea/
## Binaries niemals ins Repo!
*.exe
*.dll
*.pdb
*.lib
*.exp
## Publish-Output
publish/
**/publish/
## Test-Ergebnisse
TestResults/
*.trx
*.coverage
## Logs
*.log
logs/
# ── Java ─────────────────────────────────────────────────────
## Build-Output
target/
build/
out/
*.class
*.jar
*.war
*.ear
## IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
## Eclipse
.classpath
.project
.settings/
.factorypath
## NetBeans
nbproject/
nbbuild/
nbdist/
nb-configuration.xml
## Maven
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
## Gradle
.gradle/
gradle-app.setting
!gradle-wrapper.jar
# ── Allgemein ────────────────────────────────────────────────
## Betriebssystem
.DS_Store
Thumbs.db
desktop.ini
## Temporäre Dateien
*.tmp
*.temp
*.bak
*.swp
*~
## Archiv-Dateien bitte nicht ins Repo
*.zip
*.rar
*.7z
*.tar
*.gz
## Multimedia absolut nicht ins Repo!
*.mp4
*.mov
*.avi
*.mkv
*.mp3
*.wav