Skip to content

Instantly share code, notes, and snippets.

@wisaruthk
Created October 17, 2018 05:00
Show Gist options
  • Save wisaruthk/eb92c0619585bc5213d261ecbdf20446 to your computer and use it in GitHub Desktop.
Save wisaruthk/eb92c0619585bc5213d261ecbdf20446 to your computer and use it in GitHub Desktop.
git ignore wordpress except themes/twentyseventeen-child
# ต้องใช้ทุกบรรทัดไล่ลงไป
# git ignore wordpress but except themes-name
wordpress/*
!wordpress/wp-content
wordpress/wp-content/*
!wordpress/wp-content/themes
wordpress/wp-content/themes/*
!wordpress/wp-content/themes/twentyseventeen-child
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment