mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
Chore: clean up .gitignore (#61182)
This commit is contained in:
parent
226e698d75
commit
d445842674
15
.gitignore
vendored
15
.gitignore
vendored
@ -78,11 +78,7 @@ eb-bundle.zip
|
||||
|
||||
.gtm/
|
||||
|
||||
cmd/src/debug
|
||||
cmd/gitserver/debug
|
||||
cmd/indexer/debug
|
||||
|
||||
/.gtm/
|
||||
|
||||
# Client
|
||||
node_modules
|
||||
@ -101,9 +97,6 @@ graphql-operations.ts
|
||||
*.module.css.d.ts
|
||||
dll-bundle
|
||||
|
||||
# Extensions
|
||||
/client/extension-api/dist
|
||||
|
||||
# Direnv
|
||||
.envrc
|
||||
.direnv
|
||||
@ -132,10 +125,6 @@ sg.config.overwrite.yaml
|
||||
# sg Google Cloud API OAuth token
|
||||
.sg.token.json
|
||||
|
||||
# Generated sitemaps are not committed, they're hosted in a GCS bucket.
|
||||
sitemap/
|
||||
sitemap_query.db
|
||||
|
||||
# Lighthouse CI reports
|
||||
.lighthouseci/
|
||||
|
||||
@ -177,8 +166,8 @@ index.scip
|
||||
.aspect/bazelrc/ci.generated.bazelrc
|
||||
|
||||
# nix
|
||||
result
|
||||
result-*
|
||||
/result
|
||||
/result-*
|
||||
|
||||
# Windows
|
||||
/cmd/sourcegraph/__debug_bin.exe
|
||||
|
||||
Loading…
Reference in New Issue
Block a user