mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
6e091bae30
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6867 GitOrigin-RevId: be5803fd3b3436fc38c75ae70aa8d3e6a7f38402
42 lines
556 B
Plaintext
42 lines
556 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
|
|
cypress.env.json
|
|
|
|
# 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
|