Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dfe8bae

Browse files
committedJan 4, 2020
add apero-data and gitignore contents
1 parent 19ae080 commit dfe8bae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,8 @@ fabric.properties
178178
*.lock
179179
/bin/*.py
180180
/tools/bin/*.py
181-
/tools/dev/*.py
181+
/tools/dev/*.py
182+
183+
# Ignore everythign in apero data except readme
184+
/apero-data/*
185+
!/apero-data/*.md

‎apero-data/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Apero Data
2+
3+
Temporary folder that should be ignored

0 commit comments

Comments
 (0)
Please sign in to comment.