first commit
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user