diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-28 19:23:44 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-28 19:23:44 +0100 |
| commit | 24a505d2f7c47b837d4ada2569576af594975fce (patch) | |
| tree | a9bf16ada4d323d6763293142f9723953079ac1d /174bg/website/.gitignore | |
| parent | 02b47120435f7953c5578f70f541d98a718e12bc (diff) | |
| download | unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.tar unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.tar.gz unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.tar.bz2 unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.tar.xz unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.zip | |
website w/ docker!
Diffstat (limited to '174bg/website/.gitignore')
| -rw-r--r-- | 174bg/website/.gitignore | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/174bg/website/.gitignore b/174bg/website/.gitignore index 0460e34..5ef6a52 100644 --- a/174bg/website/.gitignore +++ b/174bg/website/.gitignore @@ -1 +1,41 @@ -/.wrangler/
\ No newline at end of file +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/versions + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* +.pnpm-debug.log* + +# env files (can opt-in for committing if needed) +.env* + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts |
