Files
Cortex_Engine/.gitignore
T

28 lines
201 B
Plaintext

# Build outputs
bin/
obj/
# IDE
.vs/
.vscode/
*.user
*.suo
# NuGet
*.nupkg
# OS
.DS_Store
Thumbs.db
# dotnet
*.dll
*.exe
*.pdb
*.cache
*.json
!*.csproj
!*.sln
!launchSettings.json
.playwright-mcp/