decktape/.gitignore
Nico Jansen e29b1c103b
fix(shrinkwrap): remove shrinkwrap file (#342)
* fix(shrinkwrap): remove shrinkwrap file

The shrinkwrap file is no longer needed... ?

* remove shrinkreference in dockerfile
2024-07-08 11:31:18 +02:00

23 lines
305 B
Plaintext

/*
!.vscode
!docs
!libs
!plugins
!.dockerignore
!.gitattributes
!.gitignore
!.npmignore
!decktape.js
!Dockerfile
!package.json
!package-lock.json
!README.adoc
!test/
test/output/
# Snapshot screenshots are regenerated based on the snapshot pdf
test/e2e.spec.ts-snapshots
!playwright.config.ts
!.github/