54 lines
638 B
Plaintext
54 lines
638 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
.env
|
|
.git
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Cursor IDE files
|
|
Cursor.exe
|
|
Cursor.VisualElementsManifest.xml
|
|
LICENSES.chromium.html
|
|
chrome_*.pak
|
|
d3dcompiler_*.dll
|
|
ffmpeg.dll
|
|
icudtl.dat
|
|
libEGL.dll
|
|
libGLESv2.dll
|
|
locales/
|
|
policies/
|
|
resources/
|
|
snapshot_blob.bin
|
|
test-document.*
|
|
tools/
|
|
unins000.*
|
|
v8_context_snapshot.bin
|
|
vk_swiftshader.*
|
|
vulkan-*.dll
|
|
_/
|
|
|
|
# Project specific
|
|
test-files/
|
|
uploads/
|
|
cache/
|
|
coverage/
|
|
resources.pak |