.gitignore 112 B

1234567891011
  1. .DS_Store
  2. /dist/
  3. /.idea/
  4. /build/
  5. !build/icons
  6. /node_modules/
  7. npm-debug.log
  8. npm-debug.log.*
  9. thumbs.db
  10. !.gitkeep