mirror of
https://github.com/astefanutti/decktape.git
synced 2024-11-22 04:02:21 +03:00
e29b1c103b
* fix(shrinkwrap): remove shrinkwrap file The shrinkwrap file is no longer needed... ? * remove shrinkreference in dockerfile
23 lines
305 B
Plaintext
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/
|