.gitignore 59 B

1234567
  1. logs/*
  2. !.gitkeep
  3. node_modules/
  4. app/lib/
  5. tmp
  6. .DS_Store
  7. .idea