diff options
author | Alan Pearce | 2024-06-25 18:48:51 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-25 18:49:56 +0200 |
commit | 9c3dd9231015d2d75d104bbc55b6e5326e8656bd (patch) | |
tree | 5669a8afa4ff337779b72326ac8a8b27071f177b /.gitignore | |
parent | b7d3ee578a0fa7c482c386242f2fc52c2600568a (diff) | |
download | website-9c3dd9231015d2d75d104bbc55b6e5326e8656bd.tar.lz website-9c3dd9231015d2d75d104bbc55b6e5326e8656bd.tar.zst website-9c3dd9231015d2d75d104bbc55b6e5326e8656bd.zip |
remove netlify and vercel configurations
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index e40b491..9f41698 100644 --- a/.gitignore +++ b/.gitignore @@ -25,12 +25,9 @@ vendor/ go.work # End of https://www.toptal.com/developers/gitignore/api/go -/netlify/.netlify/ /website/ /.pre-commit-config.yaml /result -.vercel -/.netlify/ *_templ.go *_templ.txt |