adevar-move
Version:
CLI tool to scope Move projects for auditing - counts lines of code excluding comments, blank lines, and test macros
54 lines (40 loc) • 665 B
Plain Text
# Dependencies
node_modules/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
# nyc test coverage
.nyc_output
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# MacOS
.DS_Store
# Windows
Thumbs.db
# Test projects and temporary files
test-move-project/
*_test.move
debug_test.move
simple_test.move
# Audit projects (don't commit client code)
*-audit-*
pact-*