graphql-engine/console/.gitignore
Nicolas Inchauspe c8aa0f3e42 console: migrate REST endpoint form to new components
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4701
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: eb1948254eeface1da2eb58257a74e06e1263c7e
2022-06-30 14:17:52 +00:00

41 lines
539 B
Plaintext

# Sensitive stuff
.env
docker-compose.yml
# NPM-related stuff
node_modules
npm-debug.log
.nvm
# Build-related stuff
static/dist
hasura-console-oss-1.0.0.tgz
packages/console-oss/build/
storybook-static
lib/
!src/lib
# Tests-related stuff
cypress/videos
cypress/screenshots
.nyc_output
coverage
# is it needed anymore?
test
# Webpack-related stuff
webpack-assets.json
webpack-stats.json
# Text-editors-related stuff
*.swp
.idea/*
**/.tern-port
*.iml
*.ipr
*.iws
# Hasura stuff
packages/console-oss/build/
hasura-console-oss-1.0.0.tgz