Files
next-gdrive-index/.gitignore
T

46 lines
506 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring file.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env file
.env
.env.local
# typescript
*.tsbuildinfo
next-env.d.ts
# personal docs
/docs
/src/pages/api/legacy/
/**/*/_legacy/
/**/*/_*/
/data
/.*/
/src/_app
/src/_page
/src/utils/_legacy
/src/components/_legacy
.env.production