Commit | Line | Data |
---|---|---|
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 |
17 | logs | |
18 | *.log | |
19 | npm-debug.log* | |
20 | ||
21 | # Runtime data | |
22 | pids | |
23 | *.pid | |
24 | *.seed | |
25 | ||
26 | # Directory for instrumented libs generated by jscoverage/JSCover | |
27 | lib-cov | |
28 | ||
29 | # Coverage directory used by tools like istanbul | |
30 | coverage | |
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) | |
42 | build/Release | |
43 | ||
44 | # Dependency directories | |
45 | node_modules | |
46 | jspm_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 | |
65 | build/config.gypi | |
66 | ||
3e460d6d | 67 | # Mac |
522eea03 | 68 | .DS_Store |
3e460d6d | 69 | |
186b35b6 JB |
70 | # pnpm |
71 | package-lock.json | |
72 | ||
2c1331d6 | 73 | # Project specifics |
e99dbb69 | 74 | .eslintcache |
4ade5f1f | 75 | .history/ |
515e5da7 | 76 | .scannerwork |
3ffada52 | 77 | *.bak |
7d82d90e | 78 | lib |
1086026a | 79 | dist |
2ab81545 | 80 | tmp |
ca6c7d70 | 81 | reports/ |