[chore] add data dir
This commit is contained in:
parent
632e10c956
commit
4497fb646f
3 changed files with 33 additions and 0 deletions
11
data/actor/.gitignore
vendored
Normal file
11
data/actor/.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
tmp/
|
||||
|
||||
*.py[cod]
|
||||
*.egg
|
||||
build
|
||||
htmlcov
|
||||
|
||||
*.json
|
11
data/inbox/.gitignore
vendored
Normal file
11
data/inbox/.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
tmp/
|
||||
|
||||
*.py[cod]
|
||||
*.egg
|
||||
build
|
||||
htmlcov
|
||||
|
||||
*.json
|
11
data/outbox/.gitignore
vendored
Normal file
11
data/outbox/.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
tmp/
|
||||
|
||||
*.py[cod]
|
||||
*.egg
|
||||
build
|
||||
htmlcov
|
||||
|
||||
*.json
|
Loading…
Reference in a new issue