Update .gitignore (#830)
This commit is contained in:
parent
70515e3356
commit
4a937e73b4
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -183,3 +183,7 @@ libs/arcade-mcp-server/site/*
|
||||||
# exclude OAuth tokens
|
# exclude OAuth tokens
|
||||||
.oauth_tokens.json
|
.oauth_tokens.json
|
||||||
.oauth_client.json
|
.oauth_client.json
|
||||||
|
|
||||||
|
# Ignore any directory named `monorepo` at any depth
|
||||||
|
monorepo/
|
||||||
|
**/monorepo/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue