93 lines
1.2 KiB
Plaintext
93 lines
1.2 KiB
Plaintext
# Visual Studio
|
|
.vs/
|
|
*.sln.ide/
|
|
*.suo
|
|
*.user
|
|
*.pdb
|
|
*.obj
|
|
*.exe
|
|
*.dll
|
|
*.aps
|
|
*.bsc
|
|
*.lib
|
|
*.ncb
|
|
*.opendb
|
|
*.res
|
|
*.sbr
|
|
*.tlb
|
|
*.tlh
|
|
*.tmp
|
|
*.vspscc
|
|
*.vssscc
|
|
*.vsp
|
|
*.log
|
|
*.bak
|
|
*.o
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Oo]ut/
|
|
build/
|
|
*.log
|
|
|
|
# NuGet packages
|
|
packages/
|
|
*.nupkg
|
|
*.snupkg
|
|
|
|
# Node.js / npm (if you use frontend build tools)
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Rider (JetBrains IDE)
|
|
.idea/
|
|
*.iml
|
|
|
|
# Visual Studio Code (VS Code)
|
|
.vscode/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.*
|
|
*.env
|
|
|
|
# Local settings
|
|
*.local
|
|
*.cache
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# User-specific files
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Temporary files
|
|
*.~
|
|
*.bak
|
|
*.old
|
|
*.tmp
|
|
temp/
|
|
|
|
# Entity Framework Core Migrations (Optional, but often useful to exclude for clean history if you frequently drop/recreate)
|
|
# If you want to keep migrations under source control, comment out this section.
|
|
# src/*/Migrations/
|
|
# !src/*/Migrations/*.cs
|
|
# !src/*/Migrations/*.Designer.cs
|
|
# !src/*/Migrations/*.resx
|
|
|
|
# Docker
|
|
Dockerfile.bak
|
|
|
|
# Any specific folders/files from iyixiGames
|
|
# 例如,如果您有特定的本地数据文件或上传目录,可以添加
|
|
# uploads/
|
|
# data/
|
|
src/iyixiGames/iyixiGames.Web/GamesData
|
|
src/iyixiGames.Web/Logs/
|