Initial WhaleTown V2 frontend
This commit is contained in:
120
.gitignore
vendored
Normal file
120
.gitignore
vendored
Normal file
@@ -0,0 +1,120 @@
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
/android/
|
||||
|
||||
# Python cache files
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
|
||||
# IDE and editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Godot executable files (should not be in version control)
|
||||
Godot/
|
||||
*.exe
|
||||
*.app
|
||||
*.dmg
|
||||
|
||||
# Logs and temporary files
|
||||
*.log
|
||||
*.tmp
|
||||
*.temp
|
||||
|
||||
# Build outputs
|
||||
build/
|
||||
dist/
|
||||
/output/
|
||||
*.zip
|
||||
*.tar.gz
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Credentials and local secrets
|
||||
secrets/
|
||||
*.pem
|
||||
*.key
|
||||
*.p12
|
||||
*.pfx
|
||||
id_rsa*
|
||||
id_ed25519*
|
||||
auth.cfg
|
||||
|
||||
# Test coverage reports
|
||||
coverage/
|
||||
*.coverage
|
||||
.nyc_output/
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
vendor/
|
||||
|
||||
# Internal development material is kept locally but not published.
|
||||
/tools/
|
||||
/docs/
|
||||
|
||||
# Superseded concept and generation assets.
|
||||
/assets/characters/reference/
|
||||
/assets/characters/skin_generation_references/
|
||||
/assets/ui/chat/
|
||||
/assets/ui/auth/registration_choice/generated/
|
||||
/assets/ui/auth/registration_choice/redesign/*_magenta.png*
|
||||
/assets/ui/auth/generated/*
|
||||
!/assets/ui/auth/generated/auth_character_preview_front.png
|
||||
!/assets/ui/auth/generated/auth_character_preview_front.png.import
|
||||
!/assets/ui/auth/generated/auth_character_preview_left.png
|
||||
!/assets/ui/auth/generated/auth_character_preview_left.png.import
|
||||
!/assets/ui/auth/generated/auth_character_preview_right.png
|
||||
!/assets/ui/auth/generated/auth_character_preview_right.png.import
|
||||
/assets/ui/auth/v1/*
|
||||
!/assets/ui/auth/v1/bg_auth_scene.png
|
||||
!/assets/ui/auth/v1/bg_auth_scene.png.import
|
||||
/assets/ui/auth/redesign/*
|
||||
!/assets/ui/auth/redesign/whaletown_login_panel_hd.png
|
||||
!/assets/ui/auth/redesign/whaletown_login_panel_hd.png.import
|
||||
!/assets/ui/auth/redesign/whaletown_register_panel_compact_hd.png
|
||||
!/assets/ui/auth/redesign/whaletown_register_panel_compact_hd.png.import
|
||||
/assets/maps/square/v1/square_base_terrain_v*.png*
|
||||
|
||||
# The active work-zone scene uses v13 tiles, v14 buildings and v15 props.
|
||||
/assets/maps/work_zone/v1/
|
||||
/assets/maps/work_zone/v2/
|
||||
/assets/maps/work_zone/v3/
|
||||
/assets/maps/work_zone/v4/
|
||||
/assets/maps/work_zone/v5/
|
||||
/assets/maps/work_zone/v6/
|
||||
/assets/maps/work_zone/v7/
|
||||
/assets/maps/work_zone/v8/
|
||||
/assets/maps/work_zone/v9/
|
||||
/assets/maps/work_zone/v10/
|
||||
/assets/maps/work_zone/v11/
|
||||
/assets/maps/work_zone/v12/
|
||||
/assets/maps/work_zone/v16/
|
||||
/assets/maps/work_zone/v17/
|
||||
/assets/maps/work_zone/v18/
|
||||
/assets/maps/work_zone/v19/
|
||||
/assets/maps/work_zone/v20/
|
||||
/assets/maps/work_zone/v21/
|
||||
/assets/maps/work_zone/v22/
|
||||
/assets/maps/work_zone/v23/
|
||||
/assets/maps/work_zone/v24/
|
||||
/assets/maps/work_zone/v25/
|
||||
Reference in New Issue
Block a user