.gitignore 65 B

123456789
  1. node_modules/
  2. logs/
  3. database/
  4. bin/
  5. dist/
  6. temp*
  7. !template/
  8. ~$*
  9. .~*