Skip to content
Permalink
Browse files
add lgtm config (#23062)
* add lgtm config

* move to root

* update lgtm file

* update lgtm config

* add better classifiers
  • Loading branch information
gero3 committed Jan 3, 2022
1 parent 860093d commit 9c3b8dd8d21f49ea9039fd5d9251479061e70f5a
Showing 1 changed file with 13 additions and 0 deletions.
@@ -0,0 +1,13 @@
path_classifiers:
library:
- "editor/js/libs/**/*.*"
- "examples/jsm/libs/**/*.*"
- "examples/js/libs/**/*.*"
- "examples/jsm/loaders/ifc/**/*.*"
- "examples/js/loaders/ifc/**/*.*"
test:
- exclude: /
docs:
- exclude: /
generated:
- "build/*.*"

0 comments on commit 9c3b8dd

Please sign in to comment.