Files
cycloud/.gitignore
Krivega Dmitriy 66e33b7b00 init
2023-10-21 11:25:37 +03:00

46 lines
535 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
.pnp
.pnp.js
.yarn
# testing
examples/coverage/coverage/*
.nyc_output
# next.js
.next/
out/
build
dist
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# turbo
.turbo
# Cypress test outputs
**/cypress/videos/
**/cypress/screenshots/
# ENV file
.env
# parcel
.parcel-cache
dist