Files
DefinitelyTyped/.gitignore
Igor Oleinikov 3a272478da Added new RxJS-BackPressure module defintion.
Fixed .gitignore to exclude rx.js from ignoring.
2014-03-18 12:22:51 +04:00

41 lines
445 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
#rx.js
!rx.js
node_modules