1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-01-10 20:22:58 -05:00

redirect new netlify.app subdomain

This commit is contained in:
2020-03-16 09:56:24 -04:00
parent 106d6e3224
commit f313975606
5 changed files with 28 additions and 13 deletions

20
.gitignore vendored
View File

@@ -1,15 +1,27 @@
# Hugo artifacts
public/
builds/
resources/
.env
# node/npm/yarn
node_modules/
package-lock.json
yarn-debug.log
yarn-error.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# here be secrets
.env
.env.production
# macOS/iCloud junk
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
*.icloud
.nosync
# Local Netlify folder
.netlify