scratchjr/.gitignore
Chris Garrity f885202c8e Update Cocoapods to use Firebase
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.
2019-10-21 12:58:36 -04:00

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