Orgsteklo/.gitignore
Jamil-Abdullayev b8246597d4 Initial commit: orgsteklo WordPress theme
Custom WooCommerce theme for orgsteklo.ru including:
- Product catalog with category/subcategory hierarchy
- Custom checkout with delivery calculation
- Price calculator
- Admin settings panel
- Search functionality
- User account pages
2026-03-05 00:48:06 +04:00

22 lines
317 B
Plaintext

# Ignore everything
/*
!/.gitignore
# Except the theme
!/wp-content/
/wp-content/*
!/wp-content/themes/
/wp-content/themes/*
!/wp-content/themes/orgsteklo/
# Inside theme - ignore node_modules if any
wp-content/themes/orgsteklo/node_modules/
# OS files
.DS_Store
Thumbs.db
*.swp
*~
~$*
*.tmp.*