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