39 lines
430 B
Plaintext
39 lines
430 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# DEscrizione ultimo commit (memoria corta...)
|
|
currentCommit.txt
|
|
|
|
node_modules
|
|
dist/*
|
|
!dist/android/
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Capacitor
|
|
android/
|
|
ios/
|
|
.capacitor/
|
|
|
|
# Build output
|
|
output/
|
|
*.apk
|
|
!dist/android/*.apk
|
|
*.aab |