v1.19.25
[etcher.git] / .gitignore
blobf523e5fe176eaef8f2801055c5614a8beec0de5e
2 # -- ADD NEW ENTRIES AT THE END OF THE FILE ---
4 # Logs
5 logs
6 *.log
7 npm-debug.log*
8 yarn-debug.log*
9 yarn-error.log*
10 lerna-debug.log*
12 # Diagnostic reports (https://nodejs.org/api/report.html)
13 report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
15 # Runtime data
16 pids
17 *.pid
18 *.seed
19 *.pid.lock
20 .DS_Store
22 # Directory for instrumented libs generated by jscoverage/JSCover
23 lib-cov
25 # Coverage directory used by tools like istanbul
26 coverage
27 *.lcov
29 # nyc test coverage
30 .nyc_output
32 # node-waf configuration
33 .lock-wscript
35 # Compiled binary addons (https://nodejs.org/api/addons.html)
36 build/Release
38 # Dependency directories
39 node_modules/
40 jspm_packages/
42 # TypeScript v1 declaration files
43 typings/
45 # TypeScript cache
46 *.tsbuildinfo
48 # Optional npm cache directory
49 .npm
51 # Optional eslint cache
52 .eslintcache
54 # Optional REPL history
55 .node_repl_history
57 # Output of 'npm pack'
58 *.tgz
60 # Yarn Integrity file
61 .yarn-integrity
63 # dotenv environment variables file
64 .env
65 .env.test
67 # parcel-bundler cache (https://parceljs.org/)
68 .cache
70 # next.js build output
71 .next
73 # nuxt.js build output
74 .nuxt
76 # vuepress build output
77 .vuepress/dist
79 # Serverless directories
80 .serverless/
82 # FuseBox cache
83 .fusebox/
85 # DynamoDB Local files
86 .dynamodb/
88 # Webpack
89 .webpack/
91 # Vite
92 .vite/
94 # Electron-Forge
95 out/
97 # ---- Do not modify entries above this line ----
99 # Build artifacts
100 dist/
102 # Certificates
103 *.spc
104 *.pvk
105 *.p12
106 *.cer
107 *.crt
108 *.pem
110 # Secrets
111 .gitsecret/keys/random_seed
112 !*.secret
113 secrets/APPLE_SIGNING_PASSWORD.txt
114 secrets/WINDOWS_SIGNING_PASSWORD.txt
115 secrets/XCODE_APP_LOADER_PASSWORD.txt
116 secrets/WINDOWS_SIGNING.pfx
118 # Image stream output directory
119 /tests/image-stream/output
121 #local development
122 .yalc
123 yalc.lock