astro/smoke/docs-main/.gitignore
Fred K. Schott 918f1ea4f7
Make smoke tests more deterministic (#2618)
* sync first remote smoke tests

* update smoke test scripts
2022-02-28 21:38:17 -08:00

19 lines
214 B
Text

# build output
dist
# dependencies
node_modules/
.snowpack/
package-lock.lock
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store