Files
Game_2/.gitignore
2026-08-16 20:34:49 +03:00

27 lines
222 B
Plaintext

# UE5 Generated
Binaries/
DerivedDataCache/
Intermediate/
Saved/
Build/
*.sln
*.vcxproj*
*.code-workspace
compile_commands.json
# IDE
.vs/
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Secrets
.env
*.pem
*.key