2FAuth/.gitignore

17 lines
257 B
Plaintext
Raw Normal View History

2019-05-20 07:37:41 +02:00
/node_modules
2021-12-02 13:15:53 +01:00
/public/hot
2019-05-20 07:37:41 +02:00
/public/storage
/storage/*.key
2020-03-02 17:10:06 +01:00
/tests/Coverage
/tests/EndToEnd/**/*.html
/tests/EndToEnd/**/output.xml
/tests/EndToEnd/**/*.png
2019-05-20 07:37:41 +02:00
/vendor
2021-08-01 00:17:04 +02:00
/.vscode
2019-05-20 07:37:41 +02:00
.env
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log