2f8427b20b
Add Alt split helpers and update plugin metadata.
90 lines
907 B
Plaintext
90 lines
907 B
Plaintext
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
x64/
|
|
x86/
|
|
[Bb]uild/
|
|
build/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
|
|
# Visual Studio 2015
|
|
.vs/
|
|
|
|
# NuGet Packages
|
|
*.nupkg
|
|
packages/
|
|
**/packages/*
|
|
!packages/repositories.config
|
|
|
|
# MSTest test Results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
|
|
# ReSharper
|
|
_ReSharper*/
|
|
*.[Rr]e[Ss]harper
|
|
*.DotSettings.user
|
|
|
|
# TeamCity
|
|
_TeamCity*
|
|
|
|
# DotCover
|
|
coverage/
|
|
|
|
# ncRush
|
|
*.ncrush*
|
|
|
|
# .NET Core
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
|
|
# StyleCop
|
|
StyleCopReport.xml
|
|
|
|
# Build files
|
|
*.mak
|
|
|
|
# RIA/Silverlight projects
|
|
Generated_Code/
|
|
|
|
# Backup & report files
|
|
*_Report.htm
|
|
*_Report.html
|
|
*.log
|
|
Thumbs.db
|
|
App.config
|
|
|
|
# IDE
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Game data
|
|
sqpack/
|
|
*.sqpack
|
|
|
|
# Dalamud specific
|
|
addon/
|
|
hooks/
|
|
|
|
# Crash unpack artifacts (local)
|
|
crash_unpack_*/
|