Skip to content

Commit

Permalink
chore: Add mypy_cache and clangd build folders to gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Rodriguez <alexrod@fb.com>
  • Loading branch information
ardzoht committed Mar 29, 2022
1 parent 7c995d7 commit 8c0c3b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,9 @@ compile_commands.json

# Domain Proxy
dp/cloud/helm/dp/charts/domain-proxy/certificates/**/*

# clangd build files
.clangd/

# Python: mypy cache
.mypy_cache/

0 comments on commit 8c0c3b1

Please sign in to comment.