Remove duplicated configs

This commit is contained in:
Krzysztof Wolski 2023-03-07 19:57:36 +01:00
parent 097b028657
commit 03d479f348
3 changed files with 0 additions and 58 deletions

View file

@ -1,49 +0,0 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
.envfile
.saleor-app-auth.json
# vercel
.vercel
# typescript
*.tsbuildinfo
.auth_token
#editor
.vscode
.idea
# GraphQL auto-generated
generated/
# Sentry
.sentryclirc

View file

@ -1,5 +0,0 @@
.next
saleor/api.tsx
pnpm-lock.yaml
graphql/schema.graphql
generated

View file

@ -1,4 +0,0 @@
{
"singleQuote": false,
"printWidth": 100
}