Skip to content

Instantly share code, notes, and snippets.

@duynguyenhoang
Created November 29, 2019 04:43
Show Gist options
  • Select an option

  • Save duynguyenhoang/ae1c3ea764e7a34554bae142f1292d7e to your computer and use it in GitHub Desktop.

Select an option

Save duynguyenhoang/ae1c3ea764e7a34554bae142f1292d7e to your computer and use it in GitHub Desktop.
.gitignore all files except .gitignore
# .gitignore sample
###################
# Ignore all files in this dir...
*
# ... except for this one.
!.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment