decktape/.gitignore

23 lines
307 B
Plaintext
Raw Normal View History

2017-08-18 01:27:16 +03:00
/*
!.vscode
2017-09-25 16:22:53 +03:00
!docs
2017-08-17 19:15:50 +03:00
!libs
!plugins
2016-12-29 00:22:28 +03:00
!.dockerignore
2023-01-26 22:27:17 +03:00
!.gitattributes
2016-12-29 00:22:28 +03:00
!.gitignore
2017-08-18 12:37:04 +03:00
!.npmignore
2016-12-29 00:22:28 +03:00
!decktape.js
!Dockerfile
!package.json
!npm-shrinkwrap.json
2016-12-29 00:22:28 +03:00
!README.adoc
2022-12-16 11:05:42 +03:00
!test/
test/output/
2023-01-30 13:57:53 +03:00
# Snapshot screenshots are regenerated based on the snapshot pdf
test/e2e.spec.ts-snapshots
2022-12-16 11:05:42 +03:00
!playwright.config.ts
2023-01-26 22:27:17 +03:00
!.github/