# This file is part of BenchExec, a framework for reliable benchmarking:
# https://github.com/sosy-lab/benchexec
#
# SPDX-FileCopyrightText: 2019-2020 Dirk Beyer <https://www.sosy-lab.org>
#
# SPDX-License-Identifier: Apache-2.0

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# generated files
/src/data/dependencies.json
/src/data/custom-data.json
/src/workers/dataUrls.js

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production - include bundle JS
/build/*
!/build/*.min.js
!/build/*.min.css

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.eslintcache

npm-debug.log*
yarn-debug.log*
yarn-error.log*
