Merge pull request #820 from poolifier/dependabot/npm_and_yarn/examples/typescript...
[poolifier.git] / .gitignore
CommitLineData
85ff0ff0
JB
1### Git ###
2# Created by git for backups. To disable backups in Git:
3# $ git config --global mergetool.keepBackup false
4*.orig
5
6# Created by git when using merge tools for conflicts
7*.BACKUP.*
8*.BASE.*
9*.LOCAL.*
10*.REMOTE.*
11*_BACKUP_*.txt
12*_BASE_*.txt
13*_LOCAL_*.txt
14*_REMOTE_*.txt
15
3e460d6d 16# Logs
17logs
18*.log
19npm-debug.log*
20
21# Runtime data
22pids
23*.pid
24*.seed
25
26# Directory for instrumented libs generated by jscoverage/JSCover
27lib-cov
28
29# Coverage directory used by tools like istanbul
30coverage
31
32# nyc test coverage
33.nyc_output
34
35# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
36.grunt
37
38# node-waf configuration
39.lock-wscript
40
41# Compiled binary addons (http://nodejs.org/api/addons.html)
42build/Release
43
44# Dependency directories
45node_modules
46jspm_packages
47
48# Optional npm cache directory
49.npm
50
51# Optional REPL history
52.node_repl_history
53
2c1331d6 54# VisualStudioCode
776419ad
JB
55.vscode/*
56!.vscode/extensions.json
660940b0 57!.vscode/launch.json
5c5a1fb7 58!.vscode/settings.json
660940b0 59!.vscode/tasks.json
3e460d6d 60
2c1331d6
JB
61# Intellij
62/.idea
63/outputs
64/docker/mongo
65build/config.gypi
66
3e460d6d 67# Mac
522eea03 68.DS_Store
3e460d6d 69
186b35b6
JB
70# pnpm
71package-lock.json
72
2c1331d6 73# Project specifics
e99dbb69 74.eslintcache
4ade5f1f 75.history/
515e5da7 76.scannerwork
3ffada52 77*.bak
7d82d90e 78lib
1086026a 79dist
ca6c7d70
JB
80reports/
81benchmarks/internal/results/