mirror of https://github.com/NewLifeX/XDoc.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
624 B
52 lines
624 B
###############
|
|
# folder #
|
|
###############
|
|
_site
|
|
origin_site
|
|
/**/DROP/
|
|
/**/TEMP/
|
|
/**/packages/
|
|
/**/bin/
|
|
/**/csx/
|
|
/**/obj/
|
|
/**/xdocoutput/
|
|
/**/node_modules/
|
|
/**/*.sln.ide/
|
|
/TestResults/
|
|
/.vs/
|
|
.NuGet/
|
|
artifacts/
|
|
target/
|
|
/**/_site/
|
|
.vscode/
|
|
.vs/
|
|
/_exported_templates
|
|
|
|
###############
|
|
# temp file #
|
|
###############
|
|
*.nupkg
|
|
*.log
|
|
*.tmp
|
|
*.vsprops
|
|
*.suo
|
|
*.user
|
|
*.userprefs
|
|
*.sdf
|
|
*.sln.ide
|
|
*.cache
|
|
*.sln.metaproj
|
|
.gitattributes
|
|
.settings
|
|
log.txt
|
|
debugSettings.json
|
|
launchSettings.json
|
|
project.lock.json
|
|
*.sublime-workspace
|
|
_exported_templates
|
|
/**/toc-temp*
|
|
vuepress
|
|
yarn.lock
|
|
temp.ps1
|
|
*-temp*
|
|
articles/.vuepress/sidebar.json
|