Add template files for languages, frameworks, IDEs, OS, and tools
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
38
src/templates/languages/dotnet.gitignore
Normal file
38
src/templates/languages/dotnet.gitignore
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
# .NET / C#
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
|
*.exe.config
|
||||||
|
*.pdb
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.suo
|
||||||
|
|
||||||
|
# Build
|
||||||
|
bin/
|
||||||
|
obj/
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
.vs/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# NuGet
|
||||||
|
packages/
|
||||||
|
*.nupkg
|
||||||
|
|
||||||
|
# Database
|
||||||
|
*.mdf
|
||||||
|
*.ldf
|
||||||
|
|
||||||
|
# Log
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
TestResults/
|
||||||
Reference in New Issue
Block a user