mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 00:28:20 -05:00
f885202c8e
I also decided to add the Pods directory to gitignore. It bloats the ScratchJr repo. This does mean that people will need to install cocoapods and run `pod install` the first time they build scratchjr.
31 lines
534 B
Text
31 lines
534 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
|