.gitignore 97 B

1234567891011121314
  1. # Random Folders
  2. bin
  3. trial
  4. tmp
  5. content
  6. dist
  7. .env
  8. book
  9. book-test
  10. config.env
  11. # IDEs
  12. .vscode
  13. .idea