.gitmodules 641 B

123456789101112131415
  1. [submodule "packages-premium"]
  2. path = packages-premium
  3. url = https://github.com/fullcalendar/fullcalendar-scheduler.git
  4. [submodule "packages-contrib/vue"]
  5. path = packages-contrib/vue
  6. url = https://github.com/fullcalendar/fullcalendar-vue.git
  7. [submodule "packages-contrib/react"]
  8. path = packages-contrib/react
  9. url = https://github.com/fullcalendar/fullcalendar-react.git
  10. [submodule "packages-contrib/angular"]
  11. path = packages-contrib/angular
  12. url = https://github.com/fullcalendar/fullcalendar-angular.git
  13. [submodule "example-projects"]
  14. path = example-projects
  15. url = https://github.com/fullcalendar/fullcalendar-example-projects.git