# Ignore everything
*
*/

# Do not ignore the .gitignore file
!.gitignore

# Do not ignore the "anchor" folder and its contents
!anchor/
!anchor/**/*

# Ignore all .DS_Store files
.DS_Store