ohmyform-ui/.gitignore
Michael Schramm ac03ca3250 init
2020-05-22 21:18:48 +02:00

32 lines
310 B
Plaintext

# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# development environments
/.idea