35 lines
377 B
Plaintext
35 lines
377 B
Plaintext
# Ignore build output
|
|
bin/
|
|
obj/
|
|
|
|
# Ignore user-specific files
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Ignore Rider IDE files
|
|
.idea/
|
|
*.sln.iml
|
|
|
|
# Ignore Visual Studio Code files
|
|
.vscode/
|
|
|
|
# Ignore temporary files
|
|
*.tmp
|
|
*.log
|
|
*.bak
|
|
*.swp
|
|
|
|
# Ignore compiled files
|
|
*.dll
|
|
*.exe
|
|
*.pdb
|
|
|
|
# Ignore NuGet packages
|
|
*.nupkg
|
|
packages/
|
|
|
|
# Ignore other system files
|
|
.DS_Store
|
|
Thumbs.db |