graphql-engine/.gitignore
Abhijeet Khangarot d1b4472451 fix: add node modules to gitignore
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8181
GitOrigin-RevId: 5be080c804493f26e3edff09a54b1a06d2010ba1
2023-03-03 07:19:48 +00:00

67 lines
993 B
Plaintext

dist
dist-*
cabal-dev
/result
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
temp-console-hasura/
.DS_Store
.idea
# tool-agnostic personal ignore files
.direnv
.envrc.local
.ignore
.vscode
.vim/
.history/
*.swp
# Test artifacts
*.tix
# Docs artifacts
docs/_build/
docs/_ext/
# Ignore benchmark report output
server/benchmarks/benchmark_sets/*/report.json
server/benchmarks/venv
# ignored so that everyone can have their own hie.yaml
hie.yaml
# This file is required to build the server but we want to explicitly ignore
# it in the repo. See server/graphql-engine.cabal for details
server/CURRENT_VERSION
# ignored to prevent accidental unzips of the .gz version from being committed
Chinook.xml
# log output from tests-hspec runs
tests-hspec.log
# Test run results from Sandwich-powered tests
test_runs/
# dependencies
node_modules