Skip to content

Commit

Permalink
Update gitignore with some more local junk files (metabase#34926)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshepherdson authored Oct 23, 2023
1 parent bd28194 commit 0404a35
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,18 @@ dev/src/dev/nocommit/
/frontend/src/cljs
/frontend/src/cljs_release
.shadow-cljs
.clerk

# lsp: ignore all but the config file
.lsp/*
!.lsp/config.edn
.clj-kondo/.cache
*.code-workspace
modules/drivers/*/.lsp/*
!modules/drivers/*/.lsp/config.edn
**/.clj-kondo/.cache

# Editor- or environment-specific local files
*.code-workspace
.java-version
.calva/

# malli + clj-kondo: ignore malli-types
Expand Down

0 comments on commit 0404a35

Please sign in to comment.