mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-20 02:22:53 -05:00
34 lines
No EOL
329 B
Text
34 lines
No EOL
329 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
*/cargo.lock
|
|
*.dlib
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Rust Stuff
|
|
target
|
|
Cargo.lock
|
|
.cargo
|
|
|
|
test-config
|
|
.txt |