fn-dotnet/.gitignore
fnkit dc136f5405
All checks were successful
/ deploy (push) Successful in 33s
initial commit - dotnet function
2026-02-17 16:45:14 +00:00

16 lines
111 B
Text

# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Docker
Dockerfile.local
# .NET
bin/
obj/
*.user