git ssb

1+

mixmix / scuttle-shell



Tree: 851531c0e3ba49e7d6301e1941f7cf92e8f91628

Files: 851531c0e3ba49e7d6301e1941f7cf92e8f91628 / .gitignore

1016 bytesRaw
1# Logs
2logs
3*.log
4npm-debug.log*
5yarn-debug.log*
6yarn-error.log*
7_FOSSIL_
8
9# Runtime data
10pids
11*.pid
12*.seed
13*.pid.lock
14
15# elm-package generated files
16elm-stuff
17# elm-repl generated files
18repl-temp-*
19
20# Silly editor stuff
21.idea
22.vscode
23
24*-old
25
26# Directory for instrumented libs generated by jscoverage/JSCover
27lib-cov
28
29# Coverage directory used by tools like istanbul
30coverage
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/)
39bower_components
40
41# node-waf configuration
42.lock-wscript
43
44# Compiled binary addons (http://nodejs.org/api/addons.html)
45build/Release
46
47# Dependency directories
48node_modules/
49jspm_packages/
50
51# Typescript v1 declaration files
52typings/
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