-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c362af
commit 735aac2
Showing
7 changed files
with
548 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,66 @@ | ||
node_modules | ||
# Node.js | ||
node_modules/ | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Logs | ||
logs/ | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
/log | ||
|
||
# Environment variables | ||
.env | ||
.env.local | ||
.env.*.local | ||
|
||
# Prisma | ||
prisma/.env | ||
prisma/migrations/ | ||
|
||
# Build | ||
build/ | ||
dist/ | ||
out/ | ||
.cache/ | ||
|
||
# Static files | ||
public/static/ | ||
|
||
# Winston log files | ||
logs/ | ||
*.log | ||
|
||
# VS Code | ||
.vscode/ | ||
|
||
# MacOS | ||
.DS_Store | ||
|
||
# Windows | ||
Thumbs.db | ||
ehthumbs.db | ||
|
||
# JetBrains IDEs | ||
.idea/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Parcel-bundler cache | ||
.cache/ | ||
|
||
# Typescript | ||
*.tsbuildinfo | ||
|
||
# Jest | ||
/coverage |
Oops, something went wrong.