64 lines
804 B
Plaintext
64 lines
804 B
Plaintext
**/.dockerignore
|
|
**/.env
|
|
**/.git
|
|
**/.gitignore
|
|
**/.gitattributes
|
|
**/.gitmodules
|
|
**/.project
|
|
**/.settings
|
|
**/.toolstarget
|
|
**/.vs
|
|
**/.vscode
|
|
**/.idea
|
|
**/.fleet
|
|
**/*.*proj.user
|
|
**/*.dbmdl
|
|
**/*.jfm
|
|
**/azds.yaml
|
|
**/bin
|
|
**/charts
|
|
**/docker-compose*
|
|
**/Dockerfile*
|
|
**/node_modules
|
|
**/npm-debug.log
|
|
**/obj
|
|
**/packages
|
|
**/secrets.dev.yaml
|
|
**/values.dev.yaml
|
|
LICENSE
|
|
README.md
|
|
|
|
# Test artifacts
|
|
**/TestResults/
|
|
**/test-results/
|
|
**/tests/
|
|
**/*Tests/
|
|
**/*.Tests/
|
|
**/*Test/
|
|
**/*.Test/
|
|
|
|
# CI/CD
|
|
**/.drone.yml
|
|
**/_deploy/
|
|
|
|
# Temporary and log files
|
|
**/*.tmp
|
|
**/*.log
|
|
**/*.swp
|
|
**/*.swo
|
|
**/~*
|
|
|
|
# OS files
|
|
**/.DS_Store
|
|
**/Thumbs.db
|
|
|
|
# NuGet packages
|
|
**/*.nupkg
|
|
**/*.snupkg
|
|
|
|
# Development config files
|
|
**/appsettings.Development.json
|
|
**/appsettings.*.json.example
|
|
**/.nocr.env
|
|
**/.nocr.env.example
|
|
**/launchSettings.json |