Skip to content

Commit

Permalink
style(#1): Add a prettierignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
gautegf committed Sep 17, 2025
1 parent 6624bc3 commit 13e85f3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# dependencies
node_modules

# build output
dist
build

# potree public assets
public/potree
public/shaders
public/libs
public/pointclouds

# lock files and misc
package-lock.json

0 comments on commit 13e85f3

Please sign in to comment.