UNPKG

ignore-sync

Version:

a CLI tool to build and sync *ignore files across files and repositories

5 lines (3 loc) 122 B
import * as R from 'ramda' const renameIgnoreFile = R.replace(/ignore-sync$/u, 'ignore') export default renameIgnoreFile