Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
60 changes: 1 addition & 59 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,61 +1,3 @@
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
temp
__pycache__
raspi_code/venv
raspi_code/credentials/.env
raspi_code/credentials/*.txt
# raspi_code/database/checkme.db <=== Undo this temporily
raspi_code/lib/processes/process_a_workers/__pycache__
raspi_code/answer_keys
raspi_code/answer_sheets
raspi_code/logs
raspi_code/firebase-credentials.json

# Environment variables
.env
.env.local
.env.production
app/CheckMe/.env
raspi_code/.env

# dependencies
node_modules/
app/CheckMe/node_modules

# Expo
.expo/
app/CheckMe/.expo
dist/
web-build/
expo-env.d.ts

# Native
.kotlin/
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision

# Metro
.metro-health-check*

# debug
npm-debug.*
yarn-debug.*
yarn-error.*

# macOS
.DS_Store
*.pem

# local env files
.env*.local

# typescript
*.tsbuildinfo

# generated native folders
/ios
/android
.env
2 changes: 1 addition & 1 deletion app/CheckMe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,4 +428,4 @@ npx expo start --clear
- Verify the `teacherUid` in the path matches the authenticated user's UID

**Building an APK**
See [BUILD_APP.md](docs/app/BUILD_APP.md) for full instructions including EAS setup, `eas.json` configuration, and common build error fixes.
See [BUILD_APP.md](https://github.com/law4percent/CheckMe/blob/main/docs/app/BUILD_APP.md) for full instructions including EAS setup, `eas.json` configuration, and common build error fixes.
Loading