chore(scaffold): initialize git repo and monorepo with .NET solution
This commit is contained in:
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
# .NET
|
||||
bin/
|
||||
obj/
|
||||
*.dll
|
||||
*.exe
|
||||
*.pdb
|
||||
*.user
|
||||
*.suo
|
||||
*.sln.docstates
|
||||
.vs/
|
||||
.vscode/
|
||||
launchSettings.json
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
.next/
|
||||
.cache/
|
||||
dist/
|
||||
build/
|
||||
coverage/
|
||||
.npm
|
||||
.eslintcache
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
*.iml
|
||||
*.sublime-workspace
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Testing
|
||||
.nyc_output/
|
||||
.coverage/
|
||||
Reference in New Issue
Block a user