.gitignore 63 B

123456
  1. /bin/*
  2. !/bin/.keep
  3. /build/*
  4. !/build/.keep
  5. /data/*
  6. !/data/.keep