Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 520f8e6

Browse files
committed
Miscellaneous repo housekeeping
1 parent 229d6a8 commit 520f8e6

File tree

7 files changed

+11
-156
lines changed

7 files changed

+11
-156
lines changed

.editorconfig

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
root = true
22

3-
[*.lua]
4-
indent_style = tab
3+
[*]
54
end_of_line = lf
65
charset = utf-8
76
trim_trailing_whitespace = true
87
insert_final_newline = false
98

10-
[*.json]
9+
[*.{lua,md}]
10+
indent_style = tab
11+
12+
[*.{json,yml}]
1113
indent_style = spaces
1214
indent_width = 2

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
/luacov.*
2-
/site
2+
/site
3+
/*.rbxlx
4+
/*.rbxmx
5+
/*.rbxm
6+
/*.rbxl

DESIGN.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

LICENSE renamed to LICENSE.txt

File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ Roact.mount(tree, LocalPlayer.PlayerGui, "HelloWorld")
4949
```
5050

5151
## License
52-
Roact is available under the Apache 2.0 license. See [LICENSE](LICENSE) for details.
52+
Roact is available under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt) for details.

client/init.client.lua

Lines changed: 0 additions & 48 deletions
This file was deleted.

rojo.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)