Skip to content

Commit

Permalink
chore: ignore docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofa committed Dec 9, 2024
1 parent 604566f commit 2789465
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
dist
node_modules
# dependencies
/node_modules

# build
/dist
/docs

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

# typescript
*.tsbuildinfo

# eslint
.eslintcache

# macos
.DS_Store

# local env files
.env
.env*.local

# intellij
.idea
.vscode

0 comments on commit 2789465

Please sign in to comment.