An open API service indexing awesome lists of open source software.

https://github.com/aaronforge/prisma-gitignore

You may need to put these files or directories for Prisma in your gitignore.
https://github.com/aaronforge/prisma-gitignore

Last synced: 5 months ago
JSON representation

You may need to put these files or directories for Prisma in your gitignore.

Awesome Lists containing this project

README

          

# prisma-gitignore
> If you don't want to share your Prisma Playground URL, you may need to put these files or directories for Prisma in your gitignore.

```
# prisma
generated
prisma.yml

# package
yarn.lock
package-lock.json

# cache files
.DS_Store
thumbs.db
```