hy-farm/.gitignore
2026-05-30 17:31:08 +08:00

17 lines
333 B
Plaintext

.DS_Store
# Local database dumps should not be pushed by default.
*.sql
!muchang_20211111_141209.sql
!muchang/mysql/mysql.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.*