Merge branch 'fix-typo-drive' into 'main'
[ProtonMail-WebClient.git] / applications / pass-desktop / .gitignore
blob8296128de7de899d4c0ee04e3354db2b115bd4c7
1 # Logs
2 logs
3 *.log
4 npm-debug.log*
5 yarn-debug.log*
6 yarn-error.log*
7 lerna-debug.log*
9 # Diagnostic reports (https://nodejs.org/api/report.html)
10 report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
12 # Runtime data
13 pids
14 *.pid
15 *.seed
16 *.pid.lock
17 .DS_Store
19 # Directory for instrumented libs generated by jscoverage/JSCover
20 lib-cov
22 # Coverage directory used by tools like istanbul
23 coverage
24 *.lcov
26 # nyc test coverage
27 .nyc_output
29 # node-waf configuration
30 .lock-wscript
32 # Compiled binary addons (https://nodejs.org/api/addons.html)
33 build/Release
35 # Dependency directories
36 node_modules/
37 jspm_packages/
39 # TypeScript v1 declaration files
40 typings/
42 # TypeScript cache
43 *.tsbuildinfo
45 # Optional npm cache directory
46 .npm
48 # Optional eslint cache
49 .eslintcache
51 # Optional REPL history
52 .node_repl_history
54 # Output of 'npm pack'
55 *.tgz
57 # Yarn Integrity file
58 .yarn-integrity
60 # dotenv environment variables file
61 .env
62 .env.test
64 # parcel-bundler cache (https://parceljs.org/)
65 .cache
67 # next.js build output
68 .next
70 # nuxt.js build output
71 .nuxt
73 # vuepress build output
74 .vuepress/dist
76 # Serverless directories
77 .serverless/
79 # FuseBox cache
80 .fusebox/
82 # DynamoDB Local files
83 .dynamodb/
85 # Webpack
86 .webpack/
88 # Vite
89 .vite/
91 # Electron-Forge
92 out/