104 lines
1.0 KiB
Plaintext
104 lines
1.0 KiB
Plaintext
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Icon?
|
|
*.lnk
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
*.cache
|
|
*.bak
|
|
*.swp
|
|
*.swo
|
|
*.orig
|
|
~$*
|
|
|
|
# Package artifacts
|
|
node_modules/
|
|
packages/
|
|
*.nupkg
|
|
*.snupkg
|
|
*.tgz
|
|
*.tar
|
|
*.tar.gz
|
|
*.zip
|
|
*.7z
|
|
*.pkg
|
|
*.deb
|
|
*.rpm
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# TFS specific files and folders
|
|
$tf/
|
|
[Tt][Ff][Ss]*/
|
|
*.tfs
|
|
*.tfsconfig
|
|
|
|
# Visual Studio / .NET build outputs
|
|
.vs/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
[Ll]ogs/
|
|
[Tt]est[Rr]esults/
|
|
[Bb]uild[Ll]og.*
|
|
[Dd]ebug*/
|
|
[Rr]elease*/
|
|
x64/
|
|
x86/
|
|
[Aa][Rr][Mm]/
|
|
[Aa][Rr][Mm]64/
|
|
[Ww][Ii][Nn]32/
|
|
bld/
|
|
ipch/
|
|
_ReSharper*/
|
|
*.opendb
|
|
*.pdb
|
|
*.obj
|
|
*.idb
|
|
*.ilk
|
|
|
|
# Visual Studio user-specific files
|
|
*.user
|
|
*.userosscache
|
|
*.suo
|
|
*.vcxproj.user
|
|
*.rsuser
|
|
*.sln.docstates
|
|
|
|
# NuGet & MSBuild artifacts
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
*.nuget.props
|
|
*.nuget.targets
|
|
.nuget/
|
|
*.msi
|
|
*.msix
|
|
*.msixupload
|
|
*.appx
|
|
*.appxbundle
|
|
|
|
# Coverage reports
|
|
*.coverage
|
|
*.coveragexml
|
|
coverage/
|
|
|
|
# Python helper scripts
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Misc tooling
|
|
.idea/
|
|
.vscode/
|
|
.terraform/
|
|
.env
|
|
.env.*
|
|
|