Remove some global ignores
This commit is contained in:
parent
038a66091d
commit
3a3cf7fad4
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user