Initial version
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
# Docker build context ignore
|
||||
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
|
||||
# Build outputs
|
||||
bin
|
||||
obj
|
||||
*.dll
|
||||
*.exe
|
||||
|
||||
# IDE
|
||||
.vs
|
||||
.vscode
|
||||
*.sln.user
|
||||
.idea
|
||||
|
||||
# Test results
|
||||
TestResults
|
||||
coverage
|
||||
|
||||
# Temp files
|
||||
*.tmp
|
||||
*.temp
|
||||
*.log
|
||||
*.bak
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Node (if any)
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
# Python (if any)
|
||||
__pycache__
|
||||
*.pyc
|
||||
venv
|
||||
|
||||
# Documentation
|
||||
*.md
|
||||
docs
|
||||
|
||||
# CI/CD
|
||||
.github
|
||||
.gitlab-ci.yml
|
||||
Jenkinsfile
|
||||
|
||||
# Package managers
|
||||
packages
|
||||
nuget.config
|
||||
Reference in New Issue
Block a user