| 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 | |
| 18 | # Demo video |
| 19 | *.webm |
| 20 | |
| 21 | # socket URL file |
| 22 | /public/javascripts/utils/socket_url.js |
| 23 | |
| 24 | # CSS generated files |
| 25 | /public/stylesheets/*.map |
| 26 | /public/stylesheets/*.css |
| 27 | |
| 28 | # Directory for instrumented libs generated by jscoverage/JSCover |
| 29 | lib-cov |
| 30 | |
| 31 | # Coverage directory used by tools like istanbul |
| 32 | coverage |
| 33 | |
| 34 | # nyc test coverage |
| 35 | .nyc_output |
| 36 | |
| 37 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) |
| 38 | .grunt |
| 39 | |
| 40 | # Bower dependency directory (https://bower.io/) |
| 41 | bower_components |
| 42 | |
| 43 | # node-waf configuration |
| 44 | .lock-wscript |
| 45 | |
| 46 | # Compiled binary addons (https://nodejs.org/api/addons.html) |
| 47 | build/Release |
| 48 | |
| 49 | # Dependency directories |
| 50 | node_modules/ |
| 51 | jspm_packages/ |
| 52 | |
| 53 | # Typescript v1 declaration files |
| 54 | typings/ |
| 55 | |
| 56 | # Optional npm cache directory |
| 57 | .npm |
| 58 | |
| 59 | # Optional eslint cache |
| 60 | .eslintcache |
| 61 | |
| 62 | # Optional REPL history |
| 63 | .node_repl_history |
| 64 | |
| 65 | # Output of 'npm pack' |
| 66 | *.tgz |
| 67 | |
| 68 | # Yarn Integrity file |
| 69 | .yarn-integrity |
| 70 | |
| 71 | # dotenv environment variables file |
| 72 | .env |
| 73 | |
| 74 | # next.js build output |
| 75 | .next |