Skip to content

Commit

Permalink
add CODEOWNERS
Browse files Browse the repository at this point in the history
add .portal/vs-code.edn to .gitignore
make .clj-kondo and .lsp ignores more specific
  • Loading branch information
seancorfield committed Jul 28, 2023
1 parent 71f4d94 commit 93a9ce5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .clj-kondo/rewrite-clj/rewrite-clj/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{:lint-as
{rewrite-clj.zip/subedit-> clojure.core/->
rewrite-clj.zip/subedit->> clojure.core/->>
rewrite-clj.zip/edit-> clojure.core/->
rewrite-clj.zip/edit->> clojure.core/->>}}
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @NoahTheDuke @danielcompton
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ profiles.clj
.idea
*.iml

.clj-kondo/
.lsp/
.clj-kondo/.cache
.lsp/.cache
.portal/vs-code.edn

0 comments on commit 93a9ce5

Please sign in to comment.