Skip to content

Commit

Permalink
organize gitignore & add yarn.lock to it
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fischer committed Mar 29, 2022
1 parent 21cc341 commit b5a8109
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10,462 deletions.
33 changes: 20 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
node_modules/
# npm & yarn
node_modules
/package-lock.json
/yarn.lock
/yalc.lock
/.yalc
*.tgz
.yarn-integrity
.env

# Editor workspaces
*.code-workspace
/.idea
/packages/*/generatedDocs
/.vscode

# Build outputs
generatedDocs
/packages/*/es
/packages/*/lib
/packages/*/docs.json
package-lock.json
*.code-workspace
/docs*.json
/generatedDocs
yalc.lock
/.yalc

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

0 comments on commit b5a8109

Please sign in to comment.