spark-template/.gitignore

37 lines
429 B
Text
Raw Permalink 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 für C#/.NET Projekte
# Stand: März 2026
# Build-Outputs in ALLEN Unterverzeichnissen
**/bin/
**/obj/
# Visual Studio
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
# NuGet
*.nupkg
*.snupkg
**/packages/
!**/packages/build/
*.nuget.targets
# Rider / JetBrains
.idea/
*.sln.iml
# VS Code
.vscode/
# Logs & temporäre Dateien
*.log
*.tmp
*.cache
# Betriebssystem
.DS_Store
Thumbs.db
desktop.ini