Skip to content

Commit cf06440

Browse files
committed
feat(npx): switch from npm to npx to isolate dependencies
1 parent 557f913 commit cf06440

2 files changed

Lines changed: 1645 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ release.properties
1212
.settings/
1313
build/
1414

15+
# Dependency directories
16+
node_modules/
17+
1518
# Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
1619
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
1720

0 commit comments

Comments
 (0)