Home
Fundamentals
Research Data Management
FAIR Data Principles
Metadata
Ontologies
Data Sharing
Data Publications
Data Management Plan
Version Control & Git
Public Data Repositories
Persistent Identifiers
Electronic Lab Notebooks (ELN)
DataPLANT Implementations
Annotated Research Context
User Journey
ARC specification
ARC Commander
QuickStart
QuickStart (Experts)
Swate
QuickStart
Walk-through
Best Practices For Data Annotation
DataHUB
DataPLAN
Ontology Service Landscape
ARC Commander Manual
Setup
Git Installation
ARC Commander Installation
Windows
MacOS
Linux
ARC Commander DataHUB Access
Before we start
Central Functions
Initialize
Clone
Connect
Synchronize
Configure
Branch
ISA Metadata Functions
ISA Metadata
Investigation
Study
Assay
Update
Export
ARCitect Manual
Installation - Windows
Installation - macOS
Installation - Linux
QuickStart
Swate Manual
Swate Installation
Excel Browser
Excel Desktop
Windows – installer
Windows – manually
macOS – manually
Organization-wide
Core Features
Annotation tables
Building blocks
Building Block Types
Adding a Building Block
Using Units with Building Blocks
Filling cells with ontology terms
Advanced Term Search
Templates
File Picker
Expert Features
Contribute Templates
ISA-JSON
DataHUB Manual
Overview
User Settings
Generate a Personal Access Token (PAT)
Projects Panel
ARC Panel
Forks
Working with files
ARC Settings
ARC Wiki
Groups Panel
Create a new user group
Data publications
Passing Continuous Quality Control
Submitting ARCs with ARChigator
Track publication status
Use your DOIs
Guides
ARC User Journey
Create your ARC
ARC Commander QuickStart
ARC Commander QuickStart (Experts)
ARCitect QuickStart
Annotate Data in your ARC
Annotation Principles
ISA File Types
Best Practices For Data Annotation
Swate QuickStart
Swate Walk-through
Share your ARC
Register at the DataHUB
Invite collaborators to your ARC
Recommended ARC practices
Syncing recommendation
Keep files from syncing to the DataHUB
Working with large data files
Adding external data to the ARC
ARCs in Enabling Platforms
Publication to ARC
Contribute
Swate Templates
Knowledge Base
Teaching Materials
Slides
DataPLANT
Annotated Research Context
Videos
Start Your ARC Series
Events 2023
Nov: CEPLAS PhD Module
Oct: CSCS CEPLAS Start Your ARC
Sept: MibiNet CEPLAS Start Your ARC
July: RPTU Summer School on RDM
July: Data Steward Circle
May: CEPLAS Start Your ARC Series
Frequently Asked Questions
last updated at 2023-06-28
About this guide
In this guide we show you how to keep files from syncing to the DataHUB. This can help to keep large intermediate, sensitive or unpublished data from uploading to the DataHUB.
UserAdvanced
ModeTutorial
⚠️
This guide presents an interim solution. We are working on a more user-friendly implementation.
Before we can start
☑️ You have created an ARC before using the ARC Commander
☑️ The latest version of the ARC Commander is installed on your computer
☑️ You have a DataPLANT account
☑️ Your computer is linked to the DataHUB via personal access token
The .gitignore file
Every ARC comes with a special file called .gitignore
, that resides in the root of your ARC. Files and folders listed in your ARC's .gitignore
will be ignored by the ARC's version control system. That means changes to those files will not be tracked by the ARC Commander nor will the files be synced to the DataHUB.
💡 If .gitignore
does not exist in your ARC, you can simply create it in your ARC's root using a text editor.
💡 By default, this file is hidden from your File Explorer (Windows) or Finder (macOS).
💡 Since files added to .gitignore
on one machine will not be synced to the DataHUB, they will also not automatically become available on another machine, where you work with your ARC.
⚠️ If a file in your ARC was already synced to the DataHUB, adding it to .gitignore
will only keep it from future syncs, it will however not remove the existing file.
Adding files to .gitignore
- Open your ARC in your File Explorer (Windows) or Finder (macOS)
- Add a new file
my-personal-notes.txt
or folder intermediate-results
to the ARC
- Open
.gitignore
in a text editor.
- Add a new line
my-personal-notes.txt
or intermediate-results/
at the end of the file
- Save and close the file.
- Sync the ARC via
arc sync
- Check your ARC in the DataHUB, to see that the file
my-personal-notes.txt
or folder intermediate-results/
does not exist there.
Allowing files to sync
If at some point you want the ignored file or folder to sync, you can simply remove the respective line from your ARC's .gitignore
file.
DataPLANT Support
Besides these technical solutions, DataPLANT supports you with community-engaged data stewardship. For further assistance, feel free to reach out via our
helpdesk
or by contacting us
directly
.