59 строки
884 B
Plaintext
59 строки
884 B
Plaintext
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
##
|
|
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
*.userprefs
|
|
|
|
# Visual Studio 2015/2017 cache/options directory
|
|
.vs/
|
|
|
|
# Build log files
|
|
*.err
|
|
*.prf
|
|
*.wrn
|
|
*.log
|
|
|
|
# Temp directories
|
|
bundle/
|
|
node_modules/
|
|
out/
|
|
dist**/
|
|
types/
|
|
tools/
|
|
|
|
lib/bundle/
|
|
lib/dist**/
|
|
lib/types/
|
|
|
|
rollup/node_modules/
|
|
rollup/dist**/
|
|
rollup/types/
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# Grunt
|
|
.tscache
|
|
**/Test/**/*tests.js
|
|
**/Test/**/*tests.d.ts
|
|
**/Test/**/*tests.js.map
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
|
|
# Rush files
|
|
common/temp/**
|
|
package-deps.json
|
|
package-lock.json
|
|
|
|
# test output
|