Add .rbxl.lock and .rbxlx.lock files to gitignore

This commit is contained in:
Lucien Greathouse
2019-12-19 14:46:34 -08:00
parent 57d5610a58
commit 46d7bba87d

4
.gitignore vendored
View File

@@ -10,5 +10,9 @@
/*.rbxl
/*.rbxlx
# Roblox Studio holds 'lock' files on places
*.rbxl.lock
*.rbxlx.lock
# Snapshot files from the 'insta' Rust crate
**/*.snap.new