Live video on the AT Protocol
1# Logs
2logs
3*.log
4npm-debug.log*
5yarn-debug.log*
6yarn-error.log*
7lerna-debug.log*
8
9# Diagnostic reports (https://nodejs.org/api/report.html)
10report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
11
12# Runtime data
13pids
14*.pid
15*.seed
16*.pid.lock
17.DS_Store
18
19# Directory for instrumented libs generated by jscoverage/JSCover
20lib-cov
21
22# Coverage directory used by tools like istanbul
23coverage
24*.lcov
25
26# nyc test coverage
27.nyc_output
28
29# node-waf configuration
30.lock-wscript
31
32# Compiled binary addons (https://nodejs.org/api/addons.html)
33build/Release
34
35# Dependency directories
36node_modules/
37jspm_packages/
38
39# TypeScript v1 declaration files
40typings/
41
42# TypeScript cache
43*.tsbuildinfo
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.env.test
63
64# parcel-bundler cache (https://parceljs.org/)
65.cache
66
67# next.js build output
68.next
69
70# nuxt.js build output
71.nuxt
72
73# vuepress build output
74.vuepress/dist
75
76# Serverless directories
77.serverless/
78
79# FuseBox cache
80.fusebox/
81
82# DynamoDB Local files
83.dynamodb/
84
85# Webpack
86.webpack/
87
88# Vite
89.vite/
90
91# Electron-Forge
92out/
93
94# auto-version
95src/version.ts