Files
workavia-drive/twake/backend/node/.eslintignore
T
montaghanmy 10fe6f78d1 feat: init
2023-03-23 11:03:16 +01:00

11 lines
183 B
Plaintext

# /node_modules/* in the project root is ignored by default
# build artefacts
dist/*
coverage/*
# data definition files
**/*.d.ts
# custom definition files
/src/types/
# tests
test/*