1
0
mirror of https://github.com/github/gitignore synced 2024-09-19 22:31:45 +02:00

Remove some global ignores

This commit is contained in:
Yunyang 2024-07-17 16:53:33 +08:00
parent 038a66091d
commit 3a3cf7fad4

View File

@ -1,25 +1,19 @@
# gitignore template for Hexo sites
# website: https://hexo.io/
# Recommended: Node.gitignore
# Ignore generated files and directories
.DS_Store
.tmp*
dist/
public/
coverage/
# Ignore dependencies and lock files
node_modules/
# Ignore temp files and lock files
tmp/
yarn.lock
package-lock.json
pnpm-lock.yaml
# Ignore IDE specific files and directories
.idea/
.vscode
# Ignore code coverage output
.nyc_output/
# Add any additional patterns here
db.json
.deploy_git/