Skip to content

Commit

Permalink
fixed pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
9thAzure committed Apr 22, 2024
1 parent 0419efd commit 3d5b475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf

# Only include /assets/complex_shape_creation/* for download from the asset store.
# Only include /assets/2d_regular_polygons/* for download from the asset store.
* export-ignore

/addons -export-ignore
/addons/complex_shape_creation -export-ignore
/addons/complex_shape_creation/** -export-ignore
/addons/2d_regular_polygons -export-ignore
/addons/2d_regular_polygons/** -export-ignore

0 comments on commit 3d5b475

Please sign in to comment.