- Added support for displaying product tags in the UI, including side and faction labels. - Updated CSS to style product tags for better visibility. - Modified StoreView and store registry to include side and faction information for items. - Enhanced server-side catalog service to filter items based on the player's side. - Updated documentation to reflect changes in store behavior and metadata handling.
42 lines
365 B
Plaintext
42 lines
365 B
Plaintext
# Rust
|
|
/target/
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# Cargo
|
|
Cargo.lock
|
|
debug/
|
|
target/
|
|
|
|
# Build artifacts
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Misc
|
|
node_modules/
|
|
docus/.nuxt/
|
|
docus/.output/
|
|
docus/.data/
|
|
docus/.nitro/
|
|
bin/launcher/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Arma
|
|
arma/ui/map-viewer/
|
|
arma/mod/.hemttout/
|
|
arma/server/surrealdb/forge.db/
|
|
arma/temp/
|
|
promo/
|