Skip to content

Commit

Permalink
root gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDedominici committed Nov 10, 2023
1 parent 36df1e0 commit ae1be49
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ workspace.code-workspace
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand Down Expand Up @@ -58,21 +54,15 @@ jspm_packages/
# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
# Output of 'pnpm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# parcel-bundler cache (https://parceljs.org/)
.cache

Expand Down

0 comments on commit ae1be49

Please sign in to comment.