mirror of
https://github.com/github/gitignore
synced 2024-11-10 05:48:52 +01:00
Remove some global ignores
This commit is contained in:
parent
038a66091d
commit
3a3cf7fad4
@ -1,25 +1,19 @@
|
|||||||
# gitignore template for Hexo sites
|
# gitignore template for Hexo sites
|
||||||
|
# website: https://hexo.io/
|
||||||
|
# Recommended: Node.gitignore
|
||||||
|
|
||||||
# Ignore generated files and directories
|
# Ignore generated files and directories
|
||||||
.DS_Store
|
|
||||||
.tmp*
|
.tmp*
|
||||||
dist/
|
dist/
|
||||||
public/
|
public/
|
||||||
coverage/
|
coverage/
|
||||||
|
|
||||||
# Ignore dependencies and lock files
|
# Ignore temp files and lock files
|
||||||
node_modules/
|
|
||||||
tmp/
|
tmp/
|
||||||
yarn.lock
|
yarn.lock
|
||||||
package-lock.json
|
package-lock.json
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
|
||||||
# Ignore IDE specific files and directories
|
|
||||||
.idea/
|
|
||||||
.vscode
|
|
||||||
|
|
||||||
# Ignore code coverage output
|
|
||||||
.nyc_output/
|
|
||||||
|
|
||||||
# Add any additional patterns here
|
# Add any additional patterns here
|
||||||
db.json
|
db.json
|
||||||
.deploy_git/
|
.deploy_git/
|
||||||
|
Loading…
Reference in New Issue
Block a user