.gitignore 75 B

12345678
  1. .DS_Store
  2. *.log
  3. npm-debug.log*
  4. node_modules
  5. app/*
  6. img/*
  7. fonts/*
  8. src/fonts/*