Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow
This commit is contained in:
43
templates/dotnet.gitignore
Normal file
43
templates/dotnet.gitignore
Normal file
@@ -0,0 +1,43 @@
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
x64/
|
||||
x86/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
|
||||
# Visual Studio
|
||||
.vs/
|
||||
.vscode/
|
||||
*.user
|
||||
*.userosscache
|
||||
*.suo
|
||||
|
||||
# NuGet packages
|
||||
*.nupkg
|
||||
|
||||
# Build results
|
||||
*.dll
|
||||
*.lib
|
||||
*.exe
|
||||
*.pdb
|
||||
*.cache
|
||||
|
||||
# Project
|
||||
*.cache
|
||||
*.dll.config
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.sln
|
||||
*.suo
|
||||
|
||||
# OS
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
|
||||
# Test Results
|
||||
TestResults/
|
||||
Reference in New Issue
Block a user