Skip to content

Commit

Permalink
Merge pull request #200 from chouchouji/chore-gitignore
Browse files Browse the repository at this point in the history
chore: improve .gitignore
  • Loading branch information
iosh authored Nov 25, 2024
2 parents 4dcbba3 + 7915a85 commit 73f6430
Showing 1 changed file with 42 additions and 10 deletions.
52 changes: 42 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,51 @@
# TODO
TODO.md

# package lock
package-lock.json
pnpm-lock.yaml

# Output of 'npm pack'
*.tgz

# Dependency directories
node_modules/
jspm_packages/

# VisualStudioCode Or idea
.vscode/*
.idea/**

# Local History for Visual Studio Code
.history/

# Dependency directories
node_modules/
jspm_packages/

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Runtime data
pids
*.pid
*.seed
*.pid.lock

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

# Others
*.seed
*.csv
*.dat
*.out
*.pid
*.gz
.DS_Store
.idea/**
pids
logs
results

.vscode
npm-debug.log
node_modules
TODO.md
package-lock.json

0 comments on commit 73f6430

Please sign in to comment.