mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 02:47:02 +00:00
This prevents accidental inclusion of common artefact: see: https://github.com/github/gitignore/blob/master/Node.gitignore#L65 https://github.com/DefinitelyTyped/DefinitelyTyped/pull/44439#issuecomment-622962988 Thanks! Co-authored-by: PiotrB <pblazejewicz@appriss.com>
63 lines
585 B
Plaintext
63 lines
585 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
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|