2016-05-23 23:43:11 +03:00
|
|
|
#Node
|
2016-05-25 23:11:56 +03:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directory
|
2016-05-23 23:43:11 +03:00
|
|
|
node_modules
|
|
|
|
|
2016-05-25 23:11:56 +03:00
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
2016-05-23 23:43:11 +03:00
|
|
|
#React Native
|
2015-12-15 17:19:05 +03:00
|
|
|
*AppPackages*
|
2016-04-01 22:30:34 +03:00
|
|
|
*BundleArtifacts*
|
2016-04-08 16:04:56 +03:00
|
|
|
*ReactAssets*
|
2015-12-15 17:19:05 +03:00
|
|
|
|
|
|
|
#OS junk files
|
|
|
|
[Tt]humbs.db
|
|
|
|
*.DS_Store
|
|
|
|
|
|
|
|
#Visual Studio files
|
|
|
|
*.[Oo]bj
|
|
|
|
*.user
|
|
|
|
*.aps
|
|
|
|
*.pch
|
|
|
|
*.vspscc
|
|
|
|
*.vssscc
|
|
|
|
*_i.c
|
|
|
|
*_p.c
|
|
|
|
*.ncb
|
|
|
|
*.suo
|
|
|
|
*.tlb
|
|
|
|
*.tlh
|
2016-10-25 20:27:31 +03:00
|
|
|
*.tlog
|
2015-12-15 17:19:05 +03:00
|
|
|
*.bak
|
|
|
|
*.[Cc]ache
|
|
|
|
*.ilk
|
|
|
|
*.log
|
|
|
|
*.lib
|
|
|
|
*.sbr
|
|
|
|
*.sdf
|
|
|
|
*.opensdf
|
|
|
|
*.opendb
|
|
|
|
*.unsuccessfulbuild
|
2016-10-25 20:27:31 +03:00
|
|
|
*.lastbuildstate
|
2015-12-15 17:19:05 +03:00
|
|
|
ipch/
|
|
|
|
[Oo]bj/
|
|
|
|
[Bb]in
|
2020-01-31 04:06:48 +03:00
|
|
|
[Dd]ebug/
|
|
|
|
[Rr]elease/
|
2016-10-25 20:27:31 +03:00
|
|
|
*.tlog/
|
2015-12-15 17:19:05 +03:00
|
|
|
Ankh.NoLoad
|
2016-11-02 21:47:41 +03:00
|
|
|
UpgradeLog.htm
|
2015-12-15 17:19:05 +03:00
|
|
|
|
|
|
|
#MonoDevelop
|
|
|
|
*.pidb
|
|
|
|
*.userprefs
|
|
|
|
|
|
|
|
#Tooling
|
|
|
|
_ReSharper*/
|
|
|
|
*.resharper
|
|
|
|
[Tt]est[Rr]esult*
|
|
|
|
*.sass-cache
|
2017-01-27 07:49:54 +03:00
|
|
|
WiniumDriver/
|
2015-12-15 17:19:05 +03:00
|
|
|
|
|
|
|
#Project files
|
|
|
|
[Bb]uild/
|
|
|
|
|
|
|
|
#Subversion files
|
|
|
|
.svn
|
|
|
|
|
|
|
|
# Office Temp Files
|
|
|
|
~$*
|
|
|
|
|
|
|
|
# vim Temp Files
|
|
|
|
*~
|
|
|
|
|
|
|
|
#NuGet
|
|
|
|
packages/
|
|
|
|
*.nupkg
|
2017-11-02 16:17:08 +03:00
|
|
|
*.nuget.props
|
|
|
|
*.nuget.targets
|
2015-12-15 17:19:05 +03:00
|
|
|
|
2019-07-24 22:45:02 +03:00
|
|
|
#Allow root packages folder though
|
|
|
|
!/packages
|
|
|
|
|
|
|
|
|
2015-12-15 17:19:05 +03:00
|
|
|
#ncrunch
|
|
|
|
*ncrunch*
|
|
|
|
*crunch*.local.xml
|
|
|
|
|
|
|
|
# visual studio database projects
|
|
|
|
*.dbmdl
|
|
|
|
|
|
|
|
#Test files
|
|
|
|
*.testsettings
|
|
|
|
|
|
|
|
#Other files
|
|
|
|
*.DotSettings
|
|
|
|
.vs/
|
2016-02-04 04:50:57 +03:00
|
|
|
*project.lock.json
|
2017-03-23 21:16:22 +03:00
|
|
|
jsconfig.json
|
2017-10-12 00:57:57 +03:00
|
|
|
package-lock.json
|
2016-02-04 04:50:57 +03:00
|
|
|
|
2020-05-25 20:53:10 +03:00
|
|
|
# VS Code
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
|
2016-02-04 04:50:57 +03:00
|
|
|
#JavaScript files
|
2016-08-11 19:02:57 +03:00
|
|
|
*.jsbundle
|
2016-08-22 18:38:33 +03:00
|
|
|
|
|
|
|
# Visual C++ cache files
|
|
|
|
ipch/
|
|
|
|
*.aps
|
|
|
|
*.ncb
|
|
|
|
*.opendb
|
|
|
|
*.opensdf
|
|
|
|
*.sdf
|
|
|
|
*.cachefile
|
|
|
|
*.VC.db
|
|
|
|
*.VC.VC.opendb
|
|
|
|
|
|
|
|
# Build results
|
|
|
|
[Dd]ebugPublic/
|
|
|
|
[Rr]eleases/
|
|
|
|
x64/
|
|
|
|
x86/
|
|
|
|
bld/
|
|
|
|
[Ll]og/
|
2020-05-21 21:47:04 +03:00
|
|
|
*.binlog
|
2017-03-23 21:16:22 +03:00
|
|
|
|
2017-04-07 05:41:00 +03:00
|
|
|
# Certificates
|
|
|
|
*.pfx
|
|
|
|
|
2017-03-23 21:16:22 +03:00
|
|
|
# OpenCover
|
2017-04-07 05:41:00 +03:00
|
|
|
*_coverage.xml
|
2019-08-16 01:21:01 +03:00
|
|
|
|
2020-04-16 20:03:43 +03:00
|
|
|
tsdoc-metadata.json
|
|
|
|
*.dmp
|
2020-05-21 21:48:04 +03:00
|
|
|
*.pp
|