# Ignore everything
*

# Don't ignore the dist/ folder's content
!dist/*

# Don't ignore the package.json file
!package.json
