mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
Update default gitignores to include sourcemap (#1145)
This commit is contained in:
committed by
GitHub
parent
181cc37744
commit
aabe6d11b2
@@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
* Added `sourcemap.json` into the defualt `.gitignore` files ([#1145])
|
||||||
* Fixed a bug where the last sync timestamp was not updating correctly in the plugin ([#1132])
|
* Fixed a bug where the last sync timestamp was not updating correctly in the plugin ([#1132])
|
||||||
* Improved the reliability of sync replacements by adding better error handling and recovery ([#1135])
|
* Improved the reliability of sync replacements by adding better error handling and recovery ([#1135])
|
||||||
|
|
||||||
|
[#1145]: https://github.com/rojo-rbx/rojo/pull/1145
|
||||||
[#1132]: https://github.com/rojo-rbx/rojo/pull/1132
|
[#1132]: https://github.com/rojo-rbx/rojo/pull/1132
|
||||||
[#1135]: https://github.com/rojo-rbx/rojo/pull/1135
|
[#1135]: https://github.com/rojo-rbx/rojo/pull/1135
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
# Roblox Studio lock files
|
# Roblox Studio lock files
|
||||||
/*.rbxlx.lock
|
/*.rbxlx.lock
|
||||||
/*.rbxl.lock
|
/*.rbxl.lock
|
||||||
|
|
||||||
|
sourcemap.json
|
||||||
|
|||||||
@@ -4,3 +4,5 @@
|
|||||||
# Roblox Studio lock files
|
# Roblox Studio lock files
|
||||||
/*.rbxlx.lock
|
/*.rbxlx.lock
|
||||||
/*.rbxl.lock
|
/*.rbxl.lock
|
||||||
|
|
||||||
|
sourcemap.json
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
# Plugin model files
|
# Plugin model files
|
||||||
/{project_name}.rbxmx
|
/{project_name}.rbxmx
|
||||||
/{project_name}.rbxm
|
/{project_name}.rbxm
|
||||||
|
|
||||||
|
sourcemap.json
|
||||||
|
|||||||
Reference in New Issue
Block a user