fristy/.gitignore

73 lines
706 B
Plaintext

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependencies
node_modules/
.pnp/
.pnp.js
# Testing
coverage/
*.test.ts.snap
*.test.tsx.snap
# Production
build/
dist/
# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.netrc
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# React Native
.expo/
.expo-shared/
# iOS
ios/Pods/
ios/build/
*.xcuserstate
*.xcworkspace/xcuserdata/
ios/.xcode.env.local
# Android
android/app/build/
android/.gradle/
android/gradle/
android/local.properties
*.apk
*.aab
# Buck
.buckconfig.local
.buckd/
buck-out/
# Misc
.bundle/
*.jsbundle
*.bak
*.tmp
# Metro
.metro-health-check*
# CocoaPods
ios/Pods/
Podfile.lock