hy-farm/.gitignore
2026-05-29 19:54:56 +08:00

15 lines
279 B
Plaintext

.DS_Store
# Local database dumps should not be pushed by default.
*.sql
# Godot generated/import cache and exported builds.
godot/FarmGodot/.godot/
godot/FarmGodot/build/
godot/FarmGodot/export_credentials.cfg
# Local dependency installs and logs.
node_modules/
*.log
*.log.*