Files
PINE/.dockerignore
Laura Glendenning d6aa00330d Add development updates.
Including:
1. Generated python documentat in docs/.
2. Starting a new python client in client/.
3. Moving testing data to test/.
4. The addition of Cypress UI tests and pytest tests in test/.
5. A number of bug fixes and improvements.
2020-07-30 11:59:05 -04:00

33 lines
357 B
Plaintext

# Git
**/.git/
# Docker
**/docker-compose*
/setup_docker_test_data.sh
# Node
**/node_modules/
/frontend/annotation/dist/
# Eclipse
**/.project
**/.pydevproject
**/.settings/
# Python
**/__pycache__
# Database
/eve/db/
# Logs
backend/pine/backend/logs
pipelines/JavaNER/pmap_api/logs
# Misc
/local_data/
/instance/
/redis/data
**/Dockerfile
/results/