24 lines
317 B
Plaintext
24 lines
317 B
Plaintext
# Ignore node_modules (handled by EAS)
|
|
node_modules/
|
|
|
|
# Ignore build output
|
|
build/
|
|
dist/
|
|
|
|
# Ignore local environment files
|
|
.env
|
|
.env.local
|
|
|
|
# Ignore logs
|
|
*.log
|
|
|
|
# Ignore macOS specific files
|
|
.DS_Store
|
|
|
|
# Ignore Amplify generated files (if you want to manage them manually)
|
|
|
|
|
|
# Ignore other temporary files
|
|
tmp/
|
|
temp/
|