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:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user