32 lines
425 B
Plaintext
32 lines
425 B
Plaintext
# Project place file
|
|
/Nyali-2.rbxlx
|
|
|
|
# Rojo files
|
|
*.rbxlx
|
|
*.rbxl
|
|
*.rbxmx
|
|
*.rbxm
|
|
*/init.meta
|
|
|
|
# Visual Studio / VS Code files (commonly ignored in general projects)
|
|
.vscode/
|
|
.vs/
|
|
*.suo
|
|
*.user
|
|
*.config
|
|
*.lock
|
|
bin/
|
|
obj/
|
|
|
|
# Node.js dependencies (if using npm for tooling like roblox-ts)
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
|
|
# Any other local, machine-specific files that should not be shared
|