Skip to content

Instantly share code, notes, and snippets.

@xie186
Created April 10, 2020 20:15
Show Gist options
  • Save xie186/975e546dd7787d85422c78a45a972e69 to your computer and use it in GitHub Desktop.
Save xie186/975e546dd7787d85422c78a45a972e69 to your computer and use it in GitHub Desktop.
Github ignore for project folder
# Ignore everything
*
# But not these files...
!*.pl
!*.py
!*.R
!*.sbatch
!*.README
!README
!*.sub
!*.sh
!*.Rmd
!*.md
!*.docs
!*FastQC/
!*.s4g.*
!envrionment.yaml
!Snakemake
!*.yaml
!gecko
!.gitignore
# ...even if they are in subdirectories
!*/
# ... but not these folders
software/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment