fix: remove useless gitignore files

This commit is contained in:
theo 2024-07-24 11:23:41 +02:00
parent 1f57b70cef
commit 18758ff2fe
No known key found for this signature in database

15
.gitignore vendored
View File

@ -10,20 +10,6 @@ target/
# MSVC Windows builds of rustc generate these, which store debugging information # MSVC Windows builds of rustc generate these, which store debugging information
*.pdb *.pdb
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files # Editor directories and files
.vscode/* .vscode/*
!.vscode/extensions.json !.vscode/extensions.json
@ -35,4 +21,3 @@ dist-ssr
*.sln *.sln
*.sw? *.sw?