mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
added bluebird & lazy.js dependencies checking-in used definitions added tsd.json parallelized async with bluebird most iteration uses lazy.js re-factored test flow to promise structure (instead of chain) renamed some stuff linted some quotes cleaned up output added some color
38 lines
427 B
Plaintext
38 lines
427 B
Plaintext
*.dll
|
|
*.exe
|
|
*.cmd
|
|
*.pdb
|
|
*.suo
|
|
*.js
|
|
*.user
|
|
*.cache
|
|
*.cs
|
|
*.sln
|
|
*.csproj
|
|
*.txt
|
|
*.map
|
|
*.swp
|
|
.DS_Store
|
|
|
|
_Resharper.DefinitelyTyped
|
|
bin
|
|
obj
|
|
Properties
|
|
|
|
# VIM backup files
|
|
*~
|
|
|
|
# test folder
|
|
!_infrastructure/*.js
|
|
!_infrastructure/tests/*
|
|
!_infrastructure/tests/*.js
|
|
!_infrastructure/tests/*/*.js
|
|
!_infrastructure/tests/*/*/*.js
|
|
!_infrastructure/tests/*/*/*/*.js
|
|
|
|
.idea
|
|
*.iml
|
|
*.js.map
|
|
|
|
node_modules
|