This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

1# Created by https://www.toptal.com/developers/gitignore/api/go,node 2# Edit at https://www.toptal.com/developers/gitignore?templates=go,node 3 4### Go ### 5# If you prefer the allow list template instead of the deny list, see community template: 6# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore 7# 8# Binaries for programs and plugins 9*.exe 10*.exe~ 11*.dll 12*.so 13*.dylib 14 15# Test binary, built with `go test -c` 16*.test 17 18# Output of the go coverage tool, specifically when used with LiteIDE 19*.out 20 21# Dependency directories (remove the comment below to include it) 22# vendor/ 23 24# Go workspace file 25go.work 26 27### Node ### 28# Logs 29logs 30*.log 31npm-debug.log* 32yarn-debug.log* 33yarn-error.log* 34lerna-debug.log* 35.pnpm-debug.log* 36 37# Diagnostic reports (https://nodejs.org/api/report.html) 38report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json 39 40# Runtime data 41pids 42*.pid 43*.seed 44*.pid.lock 45 46# Directory for instrumented libs generated by jscoverage/JSCover 47lib-cov 48 49# Coverage directory used by tools like istanbul 50coverage 51*.lcov 52 53# nyc test coverage 54.nyc_output 55 56# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) 57.grunt 58 59# Bower dependency directory (https://bower.io/) 60bower_components 61 62# node-waf configuration 63.lock-wscript 64 65# Compiled binary addons (https://nodejs.org/api/addons.html) 66build/Release 67 68# Dependency directories 69node_modules/ 70jspm_packages/ 71 72# Snowpack dependency directory (https://snowpack.dev/) 73web_modules/ 74 75# TypeScript cache 76*.tsbuildinfo 77 78# Optional npm cache directory 79.npm 80 81# Optional eslint cache 82.eslintcache 83 84# Optional stylelint cache 85.stylelintcache 86 87# Microbundle cache 88.rpt2_cache/ 89.rts2_cache_cjs/ 90.rts2_cache_es/ 91.rts2_cache_umd/ 92 93# Optional REPL history 94.node_repl_history 95 96# Output of 'npm pack' 97*.tgz 98 99# Yarn Integrity file 100.yarn-integrity 101 102# parcel-bundler cache (https://parceljs.org/) 103.cache 104.parcel-cache 105 106# Next.js build output 107.next 108out 109 110# Nuxt.js build / generate output 111.nuxt 112dist 113 114# Gatsby files 115.cache/ 116# Comment in the public line in if your project uses Gatsby and not Next.js 117# https://nextjs.org/blog/next-9-1#public-directory-support 118# public 119 120# vuepress build output 121.vuepress/dist 122 123# vuepress v2.x temp and cache directory 124.temp 125 126# Docusaurus cache and generated files 127.docusaurus 128 129# Serverless directories 130.serverless/ 131 132# FuseBox cache 133.fusebox/ 134 135# DynamoDB Local files 136.dynamodb/ 137 138# TernJS port file 139.tern-port 140 141# Stores VSCode versions used for testing VSCode extensions 142.vscode-test 143 144# yarn v2 145.yarn/cache 146.yarn/unplugged 147.yarn/build-state.yml 148.yarn/install-state.gz 149.pnp.* 150 151### Node Patch ### 152# Serverless Webpack directories 153.webpack/ 154 155# Optional stylelint cache 156 157# SvelteKit build / generate output 158.svelte-kit 159 160# End of https://www.toptal.com/developers/gitignore/api/go,node 161bin 162 163db/