Initial commit: add .gitignore for .NET + Vue stack

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Martin Švrčina 2026-03-16 23:54:52 +01:00
commit 9536baf5ca

48
.gitignore vendored Normal file
View File

@ -0,0 +1,48 @@
# ========================
# .NET
# ========================
bin/
obj/
*.user
*.suo
.vs/
*.log
*.DS_Store
appsettings.Development.json
appsettings.Local.json
# NuGet
*.nupkg
.nuget/
# Publish output
publish/
out/
# ========================
# Vue / Node
# ========================
node_modules/
dist/
.env
.env.local
.env.*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vite/
.cache/
# ========================
# Rider / VS Code / VS
# ========================
.idea/
.vscode/
*.swp
*.swo
# ========================
# OS
# ========================
Thumbs.db
.DS_Store