aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 6613fcb0237510ff06b6144c8d1bc7c5d6ecc4d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
bin
tools
**/vendor
package
debug
cmd/*/debug
*.zip
scripts/sdks/**/sdks*.json

webapp/dist
webapp/node_modules
webapp/assets/xds-agent-tarballs/*.zip

# private (prefixed by 2 underscores) directories or files
__*/
__*