Co-authored-by: Ivan Akulov <mail@iamakulov.com> Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Ivan Akulov <iamakulov@outlook.com> Co-authored-by: Aishwarya UR <aishwarya@appsmith.com> Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com> Co-authored-by: somangshu <somangshu.goswami1508@gmail.com>
59 lines
701 B
Plaintext
Executable File
59 lines
701 B
Plaintext
Executable File
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
/stacks
|
|
|
|
# production
|
|
/build
|
|
# used to pack build artifacts in CI
|
|
build.tar
|
|
/build_airgap
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env*
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
/out
|
|
/public/fonts/*
|
|
/src/assets/icons/fonts/*
|
|
.idea
|
|
.storybook-out/
|
|
cypress/videos
|
|
cypress/screenshots
|
|
cypress.env.json
|
|
results/
|
|
|
|
|
|
/docker/*.pem
|
|
/docker/nginx.conf
|
|
/docker/nginx-root.conf
|
|
|
|
storybook-static/*
|
|
build-storybook.log
|
|
|
|
.eslintcache
|
|
.vscode
|
|
TODO
|
|
|
|
/nginx
|
|
|
|
/public/static/wds/
|
|
|
|
storybook-static
|
|
stats.json
|