ACED-IDP / gen3_util

Collection of command line tools to interact with a Gen3 instance
MIT License
3 stars 1 forks source link

add .gitignore to .g3t/ and META/ directories #49

Open bwalsh opened 7 months ago

bwalsh commented 7 months ago

Add .gitignore and README.md to directory

See https://github.com/ACED-IDP/gen3_util/blob/development/gen3_util/config/__init__.py#L236-L239

META/.gitignore

*
!README.md

.g3t/state/.gitignore

*
!README.md

META .g3t /README.md


# Data Directory

Welcome to the data directory! This repository contains important data files for our project. Before you proceed, please take note of the following guidelines to ensure the security and integrity of our data.

## Important Note: Do Not Check in Protected Files

Some files in this directory are considered protected and contain sensitive information. **DO NOT** check in or commit these protected files to the version control system (e.g., Git). This is crucial to prevent unauthorized access and to comply with security and privacy policies.

## Usage Guidelines:

1. **Read-Only Access:** Unless you have explicit permission to modify or update the data, treat this directory as read-only.

2. **Data Integrity:** Ensure the integrity of the data by following proper procedures for reading, updating, and managing files.

3. **Security Awareness:** Be aware of the sensitivity of the data stored here and take necessary precautions to protect it from unauthorized access.

## How to Obtain Access:

If you need access to these files, please contact the project administrator for access to idp.cbds.ohsu.edu

Thank you for your cooperation in maintaining the security and confidentiality of our data.
matthewpeterkort commented 6 months ago

see https://github.com/ACED-IDP/gen3_util/pull/63