Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

.gitignore 253 B

12345678910111213141516
  1. ## Here, we actually want to include binaries, otherwise uncomment the block below
  2. # do not consider anything
  3. # *
  4. # except for files and directories (exludes executables)
  5. # !*.*
  6. # !*/
  7. # exclude with the following exclusions
  8. *.m~
  9. *.DS_Store
  10. *._*
  11. *~*