mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
60 lines
555 B
Plaintext
60 lines
555 B
Plaintext
*.dll
|
|
*.exe
|
|
*.cmd
|
|
*.pdb
|
|
*.suo
|
|
*.js
|
|
*.user
|
|
*.cache
|
|
*.cs
|
|
*.sln
|
|
*.csproj
|
|
*.map
|
|
*.swp
|
|
*.code-workspace
|
|
*.log
|
|
.DS_Store
|
|
|
|
_Resharper.DefinitelyTyped
|
|
bin
|
|
obj
|
|
Properties
|
|
|
|
# VIM backup files
|
|
*~
|
|
|
|
# test folder
|
|
_infrastructure/tests/build
|
|
|
|
# IntelliJ based IDEs
|
|
.idea
|
|
*.iml
|
|
|
|
*.js.map
|
|
!*.js/
|
|
!scripts/new-package.js
|
|
!scripts/not-needed.js
|
|
!scripts/lint.js
|
|
|
|
# npm
|
|
node_modules
|
|
package-lock.json
|
|
npm-debug.log
|
|
|
|
# Sublime
|
|
.sublimets
|
|
|
|
# Visual Studio Code
|
|
.settings/launch.json
|
|
.vs
|
|
.vscode
|
|
.history
|
|
|
|
# yarn
|
|
yarn.lock
|
|
|
|
# pnpm
|
|
shrinkwrap.yaml
|
|
pnpm-lock.yaml
|
|
pnpm-debug.log
|