Skip to content

Commit

Permalink
docs: add ignore dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Dec 21, 2024
1 parent 9d00444 commit 59e5980
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ You can find files recursively using `-r` option.
tfmv -r -j tfmv.jsonnet
```

The following directories are ignored:

- .git
- .terraform
- node_modules

## Jsonnet

tfmv uses [Jsonnet](https://jsonnet.org) to enable you to define a custom rename logic.
Expand Down

0 comments on commit 59e5980

Please sign in to comment.