|
| 1 | +# Created by https://www.toptal.com/developers/gitignore/api/node,yarn |
| 2 | + |
| 3 | +# Edit at https://www.toptal.com/developers/gitignore?templates=node,yarn |
| 4 | + |
| 5 | +### Node |
| 6 | + |
| 7 | +# Logs |
| 8 | + |
| 9 | +logs |
| 10 | +_.log |
| 11 | +npm-debug.log_ |
| 12 | +yarn-debug.log* |
| 13 | +yarn-error.log* |
| 14 | +lerna-debug.log* |
| 15 | +.pnpm-debug.log* |
| 16 | + |
| 17 | +# Diagnostic reports (https://nodejs.org/api/report.html) |
| 18 | + |
| 19 | +report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json |
| 20 | + |
| 21 | +# Runtime data |
| 22 | + |
| 23 | +pids |
| 24 | +_.pid |
| 25 | +_.seed |
| 26 | +\*.pid.lock |
| 27 | + |
| 28 | +# Directory for instrumented libs generated by jscoverage/JSCover |
| 29 | + |
| 30 | +lib-cov |
| 31 | + |
| 32 | +# Coverage directory used by tools like istanbul |
| 33 | + |
| 34 | +coverage |
| 35 | +\*.lcov |
| 36 | + |
| 37 | +# nyc test coverage |
| 38 | + |
| 39 | +.nyc_output |
| 40 | + |
| 41 | +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) |
| 42 | + |
| 43 | +.grunt |
| 44 | + |
| 45 | +# Bower dependency directory (https://bower.io/) |
| 46 | + |
| 47 | +bower_components |
| 48 | + |
| 49 | +# node-waf configuration |
| 50 | + |
| 51 | +.lock-wscript |
| 52 | + |
| 53 | +# Compiled binary addons (https://nodejs.org/api/addons.html) |
| 54 | + |
| 55 | +build/Release |
| 56 | + |
| 57 | +# Dependency directories |
| 58 | + |
| 59 | +node_modules/ |
| 60 | +jspm_packages/ |
| 61 | + |
| 62 | +# Snowpack dependency directory (https://snowpack.dev/) |
| 63 | + |
| 64 | +web_modules/ |
| 65 | + |
| 66 | +# TypeScript cache |
| 67 | + |
| 68 | +\*.tsbuildinfo |
| 69 | + |
| 70 | +# Optional npm cache directory |
| 71 | + |
| 72 | +.npm |
| 73 | + |
| 74 | +# Optional eslint cache |
| 75 | + |
| 76 | +.eslintcache |
| 77 | + |
| 78 | +# Microbundle cache |
| 79 | + |
| 80 | +.rpt2_cache/ |
| 81 | +.rts2_cache_cjs/ |
| 82 | +.rts2_cache_es/ |
| 83 | +.rts2_cache_umd/ |
| 84 | + |
| 85 | +# Optional REPL history |
| 86 | + |
| 87 | +.node_repl_history |
| 88 | + |
| 89 | +# Output of 'npm pack' |
| 90 | + |
| 91 | +\*.tgz |
| 92 | + |
| 93 | +# Yarn Integrity file |
| 94 | + |
| 95 | +.yarn-integrity |
| 96 | + |
| 97 | +# dotenv environment variables file |
| 98 | + |
| 99 | +.env |
| 100 | +.env.test |
| 101 | +.env.production |
| 102 | + |
| 103 | +# parcel-bundler cache (https://parceljs.org/) |
| 104 | + |
| 105 | +.cache |
| 106 | +.parcel-cache |
| 107 | + |
| 108 | +# Next.js build output |
| 109 | + |
| 110 | +.next |
| 111 | +out |
| 112 | + |
| 113 | +# Nuxt.js build / generate output |
| 114 | + |
| 115 | +.nuxt |
| 116 | +dist |
| 117 | + |
| 118 | +# Gatsby files |
| 119 | + |
| 120 | +.cache/ |
| 121 | + |
| 122 | +# Comment in the public line in if your project uses Gatsby and not Next.js |
| 123 | + |
| 124 | +# https://nextjs.org/blog/next-9-1#public-directory-support |
| 125 | + |
| 126 | +# public |
| 127 | + |
| 128 | +# vuepress build output |
| 129 | + |
| 130 | +.vuepress/dist |
| 131 | + |
| 132 | +# Serverless directories |
| 133 | + |
| 134 | +.serverless/ |
| 135 | + |
| 136 | +# FuseBox cache |
| 137 | + |
| 138 | +.fusebox/ |
| 139 | + |
| 140 | +# DynamoDB Local files |
| 141 | + |
| 142 | +.dynamodb/ |
| 143 | + |
| 144 | +# TernJS port file |
| 145 | + |
| 146 | +.tern-port |
| 147 | + |
| 148 | +# Stores VSCode versions used for testing VSCode extensions |
| 149 | + |
| 150 | +.vscode-test |
| 151 | + |
| 152 | +# yarn v2 |
| 153 | + |
| 154 | +.yarn/cache |
| 155 | +.yarn/unplugged |
| 156 | +.yarn/build-state.yml |
| 157 | +.yarn/install-state.gz |
| 158 | +.pnp.\* |
| 159 | + |
| 160 | +### yarn |
| 161 | + |
| 162 | +# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored |
| 163 | + |
| 164 | +.yarn/\* |
| 165 | +!.yarn/releases |
| 166 | +!.yarn/plugins |
| 167 | +!.yarn/sdks |
| 168 | +!.yarn/versions |
| 169 | + |
| 170 | +# if you are NOT using Zero-installs, then: |
| 171 | + |
| 172 | +# comment the following lines |
| 173 | + |
| 174 | +!.yarn/cache |
| 175 | + |
| 176 | +# and uncomment the following lines |
| 177 | + |
| 178 | +# .pnp.\* |
| 179 | + |
| 180 | +# End of https://www.toptal.com/developers/gitignore/api/node,yarn |
0 commit comments