Skip to content

Commit

Permalink
chore: improved the Prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Apr 24, 2024
1 parent 0a18020 commit 4ee15d8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
### THE PROJECT SPECIFIES #################################################

### Unity ###
# Example scenes
[Aa]ssets/Scenes*

# TextMesh Pro
[Aa]ssets/TextMesh Pro

# UdonSharp
[Aa]ssets/SerializedUdonPrograms*
[Aa]ssets/UdonSharp/PrefabBuild*

# VRChat Creator Companion
[Pp]ackages/com.vrchat.*
[Pp]ackages/dev.*
[Pp]ackages/*.json

# Others
[Pp]roject[Ss]ettings
debug.log*

### Node ###
# Husky
.husky/_
Expand All @@ -10,3 +30,7 @@
# Yarn v2
.yarn
yarn.lock

### Others ###
Website/app.js
Website/index.html

0 comments on commit 4ee15d8

Please sign in to comment.