git ssb

0+

Zach! / music-visions



Tree: 5d1f36788ffa9716c5b636bec75ced5b68ebf7ae

Files: 5d1f36788ffa9716c5b636bec75ced5b68ebf7ae / .gitignore

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

Built with git-ssb-web