mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-29 09:50:10 -06:00
40 lines
370 B
Plaintext
40 lines
370 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
# **/node_modules
|
|
.pnp
|
|
.pnp.js
|
|
.pnpm-store/
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# next.js
|
|
**/.next
|
|
**/out
|
|
**/build
|
|
|
|
# node
|
|
**/dist
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# turbo
|
|
.turbo
|
|
|
|
# nixos stuff
|
|
.direnv
|
|
|
|
.vscode
|
|
.github
|
|
**/.turbo
|
|
|
|
.env
|