refactor: refactor function arguments
[poolifier.git] / .gitignore
1 # Created by git for backups. To disable backups in git:
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
15 # Logs
16 logs
17 *.log
18 npm-debug.log*
19
20 # Runtime data
21 pids
22 *.pid
23 *.seed
24
25 # Directory for instrumented libs generated by jscoverage/JSCover
26 lib-cov
27
28 # Coverage directory used by tools like istanbul
29 coverage
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)
41 build/Release
42
43 # Dependency directories
44 node_modules
45 jspm_packages
46
47 # Optional npm cache directory
48 .npm
49
50 # Optional REPL history
51 .node_repl_history
52
53 # VisualStudioCode
54 .vscode/*
55 !.vscode/extensions.json
56 !.vscode/launch.json
57 !.vscode/settings.json
58 !.vscode/tasks.json
59
60 # Intellij
61 /.idea
62 /outputs
63 /docker/mongo
64 build/config.gypi
65
66 # Mac
67 .DS_Store
68
69 # pnpm
70 package-lock.json
71
72 # Project specifics
73 .eslintcache
74 .scannerwork
75 *.bak
76 lib
77 dist
78 tmp
79 .history/
80 reports/