Files: 851531c0e3ba49e7d6301e1941f7cf92e8f91628 / .gitignore
1016 bytesRaw
1 | # Logs |
2 | logs |
3 | *.log |
4 | npm-debug.log* |
5 | yarn-debug.log* |
6 | yarn-error.log* |
7 | _FOSSIL_ |
8 | |
9 | # Runtime data |
10 | pids |
11 | *.pid |
12 | *.seed |
13 | *.pid.lock |
14 | |
15 | # elm-package generated files |
16 | elm-stuff |
17 | # elm-repl generated files |
18 | repl-temp-* |
19 | |
20 | # Silly editor stuff |
21 | .idea |
22 | .vscode |
23 | |
24 | *-old |
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 | # Bower dependency directory (https://bower.io/) |
39 | bower_components |
40 | |
41 | # node-waf configuration |
42 | .lock-wscript |
43 | |
44 | # Compiled binary addons (http://nodejs.org/api/addons.html) |
45 | build/Release |
46 | |
47 | # Dependency directories |
48 | node_modules/ |
49 | jspm_packages/ |
50 | |
51 | # Typescript v1 declaration files |
52 | typings/ |
53 | |
54 | # Optional npm cache directory |
55 | .npm |
56 | |
57 | # Optional eslint cache |
58 | .eslintcache |
59 | |
60 | # Optional REPL history |
61 | .node_repl_history |
62 | |
63 | # Output of 'npm pack' |
64 | *.tgz |
65 | |
66 | # Yarn Integrity file |
67 | .yarn-integrity |
68 | |
69 | # dotenv environment variables file |
70 | .env |
71 | |
72 |
Built with git-ssb-web