Remove duplicated configs
This commit is contained in:
parent
097b028657
commit
03d479f348
3 changed files with 0 additions and 58 deletions
49
apps/emails-and-messages/.gitignore
vendored
49
apps/emails-and-messages/.gitignore
vendored
|
@ -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
|
|
@ -1,5 +0,0 @@
|
|||
.next
|
||||
saleor/api.tsx
|
||||
pnpm-lock.yaml
|
||||
graphql/schema.graphql
|
||||
generated
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"singleQuote": false,
|
||||
"printWidth": 100
|
||||
}
|
Loading…
Reference in a new issue