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
22 lines
317 B
Plaintext
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.*
|