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.
- Host: GitHub
- URL: https://github.com/aaronforge/prisma-gitignore
- Owner: aaronforge
- Created: 2020-07-11T02:45:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T02:47:57.000Z (over 5 years ago)
- Last Synced: 2025-09-06T10:29:36.590Z (7 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```