Compare View
Commits (68)
Diff
Showing 1 changed file Side-by-side Diff
.gitignore
View file @
37a149e
1 | -# Logs | |
2 | -logs | |
3 | -*.log | |
4 | -npm-debug.log* | |
5 | 1 | |
6 | -# Runtime data | |
7 | -pids | |
8 | -*.pid | |
9 | -*.seed | |
10 | -*.pid.lock | |
11 | - | |
12 | -# Directory for instrumented libs generated by jscoverage/JSCover | |
13 | -lib-cov | |
14 | - | |
15 | -# Coverage directory used by tools like istanbul | |
16 | -coverage | |
17 | - | |
18 | -# nyc test coverage | |
19 | -.nyc_output | |
20 | - | |
21 | -#mac | |
22 | -.DS_Store | |
23 | - | |
24 | -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | |
25 | -.grunt | |
26 | - | |
27 | -# node-waf configuration | |
28 | -.lock-wscript | |
29 | - | |
30 | -# Compiled binary addons (http://nodejs.org/api/addons.html) | |
31 | -build/Release | |
32 | - | |
33 | -# Dependency directories | |
2 | +# Node build artifacts | |
34 | 3 | node_modules |
35 | -jspm_packages | |
4 | +npm-debug.log | |
36 | 5 | |
37 | -# Optional npm cache directory | |
38 | -.npm | |
39 | - | |
40 | -# Optional eslint cache | |
41 | -.eslintcache | |
42 | - | |
43 | -# Optional REPL history | |
44 | -.node_repl_history | |
6 | +# Local development | |
7 | +*.env | |
8 | +*.dev | |
9 | +.DS_Store | |
45 | 10 | |
46 | -# Output of 'npm pack' | |
47 | -*.tgz | |
48 | 11 | \ No newline at end of file |
12 | +# Docker | |
13 | +Dockerfile | |
14 | +docker-compose.yml |