mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
32 lines
408 B
Plaintext
32 lines
408 B
Plaintext
# Workspace caches
|
|
.turbo/
|
|
|
|
# Node modules (npm excludes by default)
|
|
node_modules/
|
|
|
|
# OS junk
|
|
**/.DS_Store
|
|
|
|
# Platform build outputs and local config
|
|
ios/build/
|
|
android/build/
|
|
android/gradle/
|
|
android/gradlew
|
|
android/gradlew.bat
|
|
android/local.properties
|
|
|
|
# Tests and mocks
|
|
**/__tests__/
|
|
**/__fixtures__/
|
|
**/__mocks__/
|
|
|
|
# Dotfiles and editors
|
|
**/.*
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Coverage and logs
|
|
coverage/
|
|
*.log
|
|
*.local
|