|
1 | 1 | tmp/ |
| 2 | +/tmp/funcd.sock |
2 | 3 |
|
3 | | -# Created by https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode,macos |
4 | | -# Edit at https://www.toptal.com/developers/gitignore?templates=rust,visualstudiocode,macos |
| 4 | +# Created by https://www.toptal.com/developers/gitignore/api/rust,go,node,visualstudiocode,macos |
| 5 | +# Edit at https://www.toptal.com/developers/gitignore?templates=rust,go,node,visualstudiocode,macos |
| 6 | + |
| 7 | +### Go ### |
| 8 | +# If you prefer the allow list template instead of the deny list, see community template: |
| 9 | +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore |
| 10 | +# |
| 11 | +# Binaries for programs and plugins |
| 12 | +*.exe |
| 13 | +*.exe~ |
| 14 | +*.dll |
| 15 | +*.so |
| 16 | +*.dylib |
| 17 | + |
| 18 | +# Test binary, built with `go test -c` |
| 19 | +*.test |
| 20 | + |
| 21 | +# Output of the go coverage tool, specifically when used with LiteIDE |
| 22 | +*.out |
| 23 | + |
| 24 | +# Dependency directories (remove the comment below to include it) |
| 25 | +# vendor/ |
| 26 | + |
| 27 | +# Go workspace file |
| 28 | +go.work |
5 | 29 |
|
6 | 30 | ### macOS ### |
7 | 31 | # General |
@@ -36,6 +60,146 @@ Temporary Items |
36 | 60 | # iCloud generated files |
37 | 61 | *.icloud |
38 | 62 |
|
| 63 | +### Node ### |
| 64 | +# Logs |
| 65 | +logs |
| 66 | +*.log |
| 67 | +npm-debug.log* |
| 68 | +yarn-debug.log* |
| 69 | +yarn-error.log* |
| 70 | +lerna-debug.log* |
| 71 | +.pnpm-debug.log* |
| 72 | + |
| 73 | +# Diagnostic reports (https://nodejs.org/api/report.html) |
| 74 | +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json |
| 75 | + |
| 76 | +# Runtime data |
| 77 | +pids |
| 78 | +*.pid |
| 79 | +*.seed |
| 80 | +*.pid.lock |
| 81 | + |
| 82 | +# Directory for instrumented libs generated by jscoverage/JSCover |
| 83 | +lib-cov |
| 84 | + |
| 85 | +# Coverage directory used by tools like istanbul |
| 86 | +coverage |
| 87 | +*.lcov |
| 88 | + |
| 89 | +# nyc test coverage |
| 90 | +.nyc_output |
| 91 | + |
| 92 | +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) |
| 93 | +.grunt |
| 94 | + |
| 95 | +# Bower dependency directory (https://bower.io/) |
| 96 | +bower_components |
| 97 | + |
| 98 | +# node-waf configuration |
| 99 | +.lock-wscript |
| 100 | + |
| 101 | +# Compiled binary addons (https://nodejs.org/api/addons.html) |
| 102 | +build/Release |
| 103 | + |
| 104 | +# Dependency directories |
| 105 | +node_modules/ |
| 106 | +jspm_packages/ |
| 107 | + |
| 108 | +# Snowpack dependency directory (https://snowpack.dev/) |
| 109 | +web_modules/ |
| 110 | + |
| 111 | +# TypeScript cache |
| 112 | +*.tsbuildinfo |
| 113 | + |
| 114 | +# Optional npm cache directory |
| 115 | +.npm |
| 116 | + |
| 117 | +# Optional eslint cache |
| 118 | +.eslintcache |
| 119 | + |
| 120 | +# Optional stylelint cache |
| 121 | +.stylelintcache |
| 122 | + |
| 123 | +# Microbundle cache |
| 124 | +.rpt2_cache/ |
| 125 | +.rts2_cache_cjs/ |
| 126 | +.rts2_cache_es/ |
| 127 | +.rts2_cache_umd/ |
| 128 | + |
| 129 | +# Optional REPL history |
| 130 | +.node_repl_history |
| 131 | + |
| 132 | +# Output of 'npm pack' |
| 133 | +*.tgz |
| 134 | + |
| 135 | +# Yarn Integrity file |
| 136 | +.yarn-integrity |
| 137 | + |
| 138 | +# dotenv environment variable files |
| 139 | +.env |
| 140 | +.env.development.local |
| 141 | +.env.test.local |
| 142 | +.env.production.local |
| 143 | +.env.local |
| 144 | + |
| 145 | +# parcel-bundler cache (https://parceljs.org/) |
| 146 | +.cache |
| 147 | +.parcel-cache |
| 148 | + |
| 149 | +# Next.js build output |
| 150 | +.next |
| 151 | +out |
| 152 | + |
| 153 | +# Nuxt.js build / generate output |
| 154 | +.nuxt |
| 155 | +dist |
| 156 | + |
| 157 | +# Gatsby files |
| 158 | +.cache/ |
| 159 | +# Comment in the public line in if your project uses Gatsby and not Next.js |
| 160 | +# https://nextjs.org/blog/next-9-1#public-directory-support |
| 161 | +# public |
| 162 | + |
| 163 | +# vuepress build output |
| 164 | +.vuepress/dist |
| 165 | + |
| 166 | +# vuepress v2.x temp and cache directory |
| 167 | +.temp |
| 168 | + |
| 169 | +# Docusaurus cache and generated files |
| 170 | +.docusaurus |
| 171 | + |
| 172 | +# Serverless directories |
| 173 | +.serverless/ |
| 174 | + |
| 175 | +# FuseBox cache |
| 176 | +.fusebox/ |
| 177 | + |
| 178 | +# DynamoDB Local files |
| 179 | +.dynamodb/ |
| 180 | + |
| 181 | +# TernJS port file |
| 182 | +.tern-port |
| 183 | + |
| 184 | +# Stores VSCode versions used for testing VSCode extensions |
| 185 | +.vscode-test |
| 186 | + |
| 187 | +# yarn v2 |
| 188 | +.yarn/cache |
| 189 | +.yarn/unplugged |
| 190 | +.yarn/build-state.yml |
| 191 | +.yarn/install-state.gz |
| 192 | +.pnp.* |
| 193 | + |
| 194 | +### Node Patch ### |
| 195 | +# Serverless Webpack directories |
| 196 | +.webpack/ |
| 197 | + |
| 198 | +# Optional stylelint cache |
| 199 | + |
| 200 | +# SvelteKit build / generate output |
| 201 | +.svelte-kit |
| 202 | + |
39 | 203 | ### Rust ### |
40 | 204 | # Generated by Cargo |
41 | 205 | # will have compiled files and executables |
@@ -71,4 +235,4 @@ Cargo.lock |
71 | 235 | .history |
72 | 236 | .ionide |
73 | 237 |
|
74 | | -# End of https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode,macos |
| 238 | +# End of https://www.toptal.com/developers/gitignore/api/rust,go,node,visualstudiocode,macos |
0 commit comments