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