git ssb

1+

mixmix / scuttle-shell



Tree: 43d0acdc1f7c98f9cfa8257776bb437308a79b23

Files: 43d0acdc1f7c98f9cfa8257776bb437308a79b23 / .gitignore

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