.gitignore 57 B

1234567
  1. *.ts
  2. !index.ts
  3. !character.ts
  4. .env
  5. node_modules
  6. db.sqlite