Skip to content

Commit

Permalink
sync-server: synced local './.prettierignore' with remote './configs/…
Browse files Browse the repository at this point in the history
….prettierignore'
  • Loading branch information
lumirlumir committed Aug 26, 2024
1 parent 9e39864 commit 5090adc
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# dependencies
node_modules

# production
build
.markdownlintignore
.next

# env
.env
.env.development
.env.production

# tests
.nyc_output
coverage

# package
package-lock.json

# markdown
*.md

0 comments on commit 5090adc

Please sign in to comment.