github-pages-deploy-action/.gitignore

29 lines
289 B
Plaintext
Raw Normal View History

2019-04-03 22:09:50 +08:00
# .DS_Store
.DS_Store
# Integration Tests
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2021-11-18 22:31:10 +08:00
node_modules
# Test Temp Files
assets/.nojekyll
assets/CNAME
2020-03-02 22:37:21 +08:00
# Build
2021-11-18 22:31:10 +08:00
lib
2020-03-02 22:37:21 +08:00
## Registry
package-lock.json
yarn-error.log
## SSH
.ssh
2020-01-20 03:13:38 +08:00
*.pub
## CodeCov
2020-03-05 21:19:45 +08:00
coverage
# Yarn Integrity file
.yarn-integrity