Skip to content

Commit 601c368

Browse files
add .prettierignore to exclude JSON and data files from formatting
1 parent 8a8ee6a commit 601c368

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.prettierignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# <repo_path>/<db_name>/<table_name>/<single_record>.json
2+
*/*/*/*.json
3+
# <repo_path>/<db_name>/<table_data>.data.json
4+
*/*/*.data.json

0 commit comments

Comments
 (0)