Skip to content

Instantly share code, notes, and snippets.

@pdjota
Last active June 12, 2018 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdjota/2539062f6484112a6783341be66c39ae to your computer and use it in GitHub Desktop.
Save pdjota/2539062f6484112a6783341be66c39ae to your computer and use it in GitHub Desktop.
Effective Gitignore
# Ignore everything
/*
# But do not ignore these files:
!.gitignore
!README.md
!package.json
!package-lock.json
!yarn.lock
# But do not ignore these folders:
!/.circleci/
!/public/
!/scripts/
!/src/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment