.gitignore 85 B

12345678
  1. /bin/*
  2. !/bin/.keep
  3. /build/*
  4. !/build/.keep
  5. /data/*
  6. !/data/.keep
  7. .*.makefile
  8. assets.sh