Skip to content

Commit

Permalink
misc: remove dit
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Aug 13, 2024
1 parent 4bef99d commit 0751ad5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 16 deletions.
40 changes: 40 additions & 0 deletions example/simple-http-page/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/
/dist/
/esm/
/esm-bunny/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.vscode

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
16 changes: 0 additions & 16 deletions example/simple-http-page/dist/index.js

This file was deleted.

0 comments on commit 0751ad5

Please sign in to comment.