Backend/.eslintignore
2022-11-09 14:05:57 +03:00

9 lines
140 B
Plaintext
Executable File

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