Files: 79077c44d885308d311d2b0337c59abf4d41359f / .gitignore
1033 bytesRaw
1 | # Logs |
2 | logs |
3 | *.log |
4 | npm-debug.log* |
5 | yarn-debug.log* |
6 | yarn-error.log* |
7 | _FOSSIL_ |
8 | scuttleshell.json |
9 | |
10 | # Runtime data |
11 | pids |
12 | *.pid |
13 | *.seed |
14 | *.pid.lock |
15 | |
16 | # elm-package generated files |
17 | elm-stuff |
18 | # elm-repl generated files |
19 | repl-temp-* |
20 | |
21 | # Silly editor stuff |
22 | .idea |
23 | .vscode |
24 | |
25 | *-old |
26 | |
27 | # Directory for instrumented libs generated by jscoverage/JSCover |
28 | lib-cov |
29 | |
30 | # Coverage directory used by tools like istanbul |
31 | coverage |
32 | |
33 | # nyc test coverage |
34 | .nyc_output |
35 | |
36 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) |
37 | .grunt |
38 | |
39 | # Bower dependency directory (https://bower.io/) |
40 | bower_components |
41 | |
42 | # node-waf configuration |
43 | .lock-wscript |
44 | |
45 | # Compiled binary addons (http://nodejs.org/api/addons.html) |
46 | build/Release |
47 | |
48 | # Dependency directories |
49 | node_modules/ |
50 | jspm_packages/ |
51 | |
52 | # Typescript v1 declaration files |
53 | typings/ |
54 | |
55 | # Optional npm cache directory |
56 | .npm |
57 | |
58 | # Optional eslint cache |
59 | .eslintcache |
60 | |
61 | # Optional REPL history |
62 | .node_repl_history |
63 | |
64 | # Output of 'npm pack' |
65 | *.tgz |
66 | |
67 | # Yarn Integrity file |
68 | .yarn-integrity |
69 | |
70 | # dotenv environment variables file |
71 | .env |
72 |
Built with git-ssb-web