Skip to content

Commit

Permalink
build: initialize submodules and add gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
IgboPharaoh committed Jun 21, 2024
0 parents commit dbdbedb
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

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

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# contentlayer
.contentlayer
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "public/bitcoin-transcript"]
path = public/bitcoin-transcript
url = [email protected]:bitcointranscripts/bitcointranscripts.git
1 change: 1 addition & 0 deletions public/bitcoin-transcript
Submodule bitcoin-transcript added at b3e058

0 comments on commit dbdbedb

Please sign in to comment.