Commit | Line | Data |
---|---|---|
1d184b4c BA |
1 | # Logs |
2 | logs | |
3 | *.log | |
4 | npm-debug.log* | |
5 | yarn-debug.log* | |
6 | yarn-error.log* | |
7 | ||
8 | # Runtime data | |
9 | pids | |
10 | *.pid | |
11 | *.seed | |
12 | *.pid.lock | |
13 | ||
14 | # Temp files | |
15 | *.swp | |
16 | *~ | |
17 | ||
298c42e6 | 18 | # Various files |
86c9843c | 19 | /db/vchess.sqlite |
0bd5933d | 20 | /config/parameters.js |
a48ee8b8 | 21 | /public/javascripts/socket_url.js |
1d184b4c BA |
22 | |
23 | # CSS generated files | |
24 | /public/stylesheets/*.map | |
25 | /public/stylesheets/*.css | |
26 | ||
27 | # Directory for instrumented libs generated by jscoverage/JSCover | |
28 | lib-cov | |
29 | ||
30 | # Coverage directory used by tools like istanbul | |
31 | coverage | |
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/) | |
40 | bower_components | |
41 | ||
42 | # node-waf configuration | |
43 | .lock-wscript | |
44 | ||
45 | # Compiled binary addons (https://nodejs.org/api/addons.html) | |
46 | build/Release | |
47 | ||
48 | # Dependency directories | |
49 | node_modules/ | |
50 | jspm_packages/ | |
51 | ||
52 | # Typescript v1 declaration files | |
53 | typings/ | |
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 | ||
73 | # next.js build output | |
74 | .next |