Skip to content

Commit

Permalink
Chore(.gitignore): ignore logs and common editor files
Browse files Browse the repository at this point in the history
  • Loading branch information
sleelin committed Jul 24, 2024
1 parent 2efaec8 commit 9e81f47
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
test/results-report.json
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Modules, built assets, and local env files
node_modules
dist
docs
docs
test/results-report.json
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

0 comments on commit 9e81f47

Please sign in to comment.