Update default gitignores to include sourcemap (#1145)

This commit is contained in:
Sebastian Stachowicz
2025-10-29 00:28:55 +00:00
committed by GitHub
parent 181cc37744
commit aabe6d11b2
4 changed files with 10 additions and 2 deletions

View File

@@ -2,9 +2,11 @@
## 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])
* 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
[#1135]: https://github.com/rojo-rbx/rojo/pull/1135

View File

@@ -1,3 +1,5 @@
# Roblox Studio lock files
/*.rbxlx.lock
/*.rbxl.lock
/*.rbxl.lock
sourcemap.json

View File

@@ -3,4 +3,6 @@
# Roblox Studio lock files
/*.rbxlx.lock
/*.rbxl.lock
/*.rbxl.lock
sourcemap.json

View File

@@ -1,3 +1,5 @@
# Plugin model files
/{project_name}.rbxmx
/{project_name}.rbxm
sourcemap.json