35 lines
237 B
Plaintext
35 lines
237 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Capacitor
|
|
android/
|
|
ios/
|
|
.capacitor/
|
|
|
|
# Build outputs
|
|
www/
|
|
*.apk
|
|
*.aab
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Go
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
|
|
|