.gitignore 64 B

1234567
  1. vendor/
  2. .env
  3. *.log
  4. test.db
  5. build/
  6. package-lock.json
  7. node_modules