agilite-core
Version:
A NodeJS module that provides reusable backend functionality to the Agilit-e environment
22 lines (16 loc) • 341 B
Plain Text
# Ignore node_modules directory
node_modules/
# Ignore build output directory
build/
dist/
# Ignore coverage reports directory
coverage/
# Ignore logs directory
logs/
mochawesome-report/
# Ignore any files or directories starting with a dot
.*
# Ignore any files with a .md extension
*.md
# Ignore any files with a .txt extension
*.txt