Backend/.eslintignore
2022-07-25 10:12:30 +00:00

9 lines
140 B
Plaintext

# /node_modules/* in the project root is ignored by default
# build artefacts
dist/*
coverage/*
node_modules/*
logs/*
prod/*
.husky/*
.git/*