# Ignore everything at repo root
/*

# But keep this .gitignore
!.gitignore

# Allow shell scripts (.sh files) to be uploaded
!*.sh

# Unignore res folder and its contents
!/res/
!/res/**

# (optional) keep README if needed
# !README.md
