this repo has no description
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# dotenv environment variable files
103.env
104.env.development.local
105.env.test.local
106.env.production.local
107.env.local
108
109# parcel-bundler cache (https://parceljs.org/)
110.cache
111.parcel-cache
112
113# Next.js build output
114.next
115out
116
117# Nuxt.js build / generate output
118.nuxt
119dist
120
121# Gatsby files
122.cache/
123# Comment in the public line in if your project uses Gatsby and not Next.js
124# https://nextjs.org/blog/next-9-1#public-directory-support
125# public
126
127# vuepress build output
128.vuepress/dist
129
130# vuepress v2.x temp and cache directory
131.temp
132
133# Docusaurus cache and generated files
134.docusaurus
135
136# Serverless directories
137.serverless/
138
139# FuseBox cache
140.fusebox/
141
142# DynamoDB Local files
143.dynamodb/
144
145# TernJS port file
146.tern-port
147
148# Stores VSCode versions used for testing VSCode extensions
149.vscode-test
150
151# yarn v2
152.yarn/cache
153.yarn/unplugged
154.yarn/build-state.yml
155.yarn/install-state.gz
156.pnp.*
157
158### Node Patch ###
159# Serverless Webpack directories
160.webpack/
161
162# Optional stylelint cache
163
164# SvelteKit build / generate output
165.svelte-kit
166
167# End of https://www.toptal.com/developers/gitignore/api/go,node
168bin