Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

.lua -> .luau #59

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# .lua -> .luau
dba8a7f41cc2c8100590e03e07fb6b608612e5dc

# lib -> src
f77303f9121e241ebcb01c1b02df160330978b0a
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Auto detect text files and perform LF normalization
* text=auto
*.luau liguist-language=Lua
2 changes: 1 addition & 1 deletion default.project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matter",
"tree": {
"$path": "lib"
"$path": "src"
}
}
2 changes: 1 addition & 1 deletion example.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Lib": {
"$path": "Packages",
"Matter": {
"$path": "lib"
"$path": "src"
}
},
"Packages": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"$className": "ReplicatedStorage",
"$path": "Packages",
"Matter": {
"$path": "lib"
"$path": "src"
}
},
"TestService": {
Expand Down