mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-08-04 04:47:59 +08:00
Add initial docs
This commit is contained in:

committed by
Patrik Svensson

parent
decb887b0a
commit
f1912b1d44
39
docs/.gitignore
vendored
Normal file
39
docs/.gitignore
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
[Bb]in/
|
||||
[Bb]uild/
|
||||
[Oo]bj/
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
[Pp]ackages/
|
||||
[Tt]ools/
|
||||
![Tt]ools/packages.config
|
||||
[Oo]utput/
|
||||
![Ii]nput/
|
||||
nuget.exe
|
||||
*.com
|
||||
*.class
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
*.user
|
||||
Thumbs.db
|
||||
_ReSharper*
|
||||
*ReSharper.user
|
||||
*dotCover
|
||||
.JustCode
|
||||
*.suo
|
||||
.svn
|
||||
ipch
|
||||
*.ilk
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.pdb
|
||||
/*.~vsd
|
||||
*UpgradeWizard*
|
||||
.vs/*
|
||||
TestResult.xml
|
||||
/debug.log
|
||||
/packages.xml
|
||||
*.ncrunch*
|
||||
.*crunch*.local.xml
|
||||
/_NCrunch_Statiq.Framework
|
||||
*.pfx
|
Reference in New Issue
Block a user