mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 00:28:20 -05:00
7f1f966984
Added instructions to the README for how to get the google services configuration files for analytics. Removed (and ignored in future) the empty config files. Note: empty folders are ignored in git, so added an empty file `.exist` to the android folder so that it will be there as a place to hold the actual google services file. Finally added the xCode scheme for the app that you need for newer versions of xCode.
33 lines
580 B
Text
33 lines
580 B
Text
/android/ScratchJr/app/src/main/gen/
|
|
/node_modules
|
|
/src/build/
|
|
.DS_Store
|
|
*.iml
|
|
.gradle
|
|
|
|
# User-specific stuff:
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea/dictionaries
|
|
.idea/vcs.xml
|
|
.idea/jsLibraryMappings.xml
|
|
|
|
# Sensitive or high-churn files:
|
|
.idea/dataSources.ids
|
|
.idea/dataSources.xml
|
|
.idea/dataSources.local.xml
|
|
.idea/sqlDataSources.xml
|
|
.idea/dynamic.xml
|
|
.idea/uiDesigner.xml
|
|
|
|
# Gradle:
|
|
.idea/gradle.xml
|
|
.idea/libraries
|
|
|
|
.idea/caches/*
|
|
.idea/modules.xml
|
|
/android/ScratchJr/.idea/caches
|
|
/android/ScratchJr/.idea/modules.xml
|
|
ios/Pods
|
|
google-services.json
|
|
GoogleService-Info.plist
|