# 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.*