Skip to content

Commit

Permalink
Add Strip buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Jun 24, 2024
1 parent 5340cd0 commit b1b0785
Show file tree
Hide file tree
Showing 5 changed files with 10,700 additions and 2,022 deletions.
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"files.associations": {
"*.bjs": "javascript",
"*.javascript": "javascript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.gitignore": true,
"**/.gitattributes": true,
"**/.gitmodules": true,
"**/.svn": true,
"**/*.zip": true,
"**/*.gz": true,
"**/*.7z": true,
"**/*.booproj": true,
"**/*.pidb": true,
"**/*.suo": true,
Expand All @@ -15,9 +22,12 @@
"**/*.dll": true,
"**/*.exe": true,
"**/*.pdf": true,
"**/*.mp4": true,
"**/*.mid": true,
"**/*.midi": true,
"**/*.wav": true,
"**/*.mp3": true,
"**/*.ogg": true,
"**/*.gif": true,
"**/*.ico": true,
"**/*.jpg": true,
Expand All @@ -27,6 +37,8 @@
"**/*.tga": true,
"**/*.tif": true,
"**/*.tiff": true,
"**/*.hdr": true,
"**/*.exr": true,
"**/*.3ds": true,
"**/*.3DS": true,
"**/*.fbx": true,
Expand All @@ -44,6 +56,8 @@
"**/*.meta": true,
"**/*.prefab": true,
"**/*.unity": true,
"**/*.anim": true,
"**/*.controller": true,
"build/": true,
"Build/": true,
"Library/": true,
Expand Down
Loading

0 comments on commit b1b0785

Please sign in to comment.