Files
per1234 85dca39a90 Use ncc to compile action
This allows the node_modules to be removed from the repository, as is already done in the `arduino/setup-arduino-cli`,
`arduino/arduino-lint-action`, and `arduino/create-changelog` actions.
2021-05-03 22:24:36 -07:00

7 lines
90 B
Plaintext

# Dependency directory
node_modules/
# Ignore built ts files
__tests__/runner/*
lib/**/*