# Helpful Guide
# https://jasonstitt.com/gitignore-whitelisting-patterns

# Ignore everything
*
# But descend into specific directories
!/bin
!/chartbooks
!/nlohmann

# Recursively allow files under specific directories
!/bin/**
!/chartbooks/**
!/nlohmann/**

# Allow gitignore
!.gitignore

# Allow source sync script
!sync_sierra.sh

# Allow specific study files
!gc5150_Studies_2431.cpp
!gc5150_Studies_2448.cpp