Skip to content

Commit

Permalink
Add .prettierignore to not format .version.json.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Jan 3, 2025
1 parent 9bed0e4 commit 55b57de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.version.json.ejs
7 changes: 5 additions & 2 deletions .version.json.ejs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{ "name": "<%= name %>", "buildDate": "<%= currentTime %>", "version": "<%=
version %>" }
{
"name": "<%= name %>",
"buildDate": "<%= currentTime %>",
"version": "<%= version %>"
}

0 comments on commit 55b57de

Please sign in to comment.