Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
agrawalm authored May 12, 2021
1 parent f6b78f4 commit d8021de
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
*.db
.DS_Store
venv
env
application/__pycache__
__pycache__
blog_old.md
node_modules
.idea/*
*.pyc
tmp
clinical-annotator-lookups/*
static/dist
tutorial/*.txt
tutorial/*.json
tutorial/attempts/*
!tutorial/attempts/.gitkeep
data/*.txt
data/*.csv
!data/example.txt
!data/example.csv
data/*.json
!data/.gitkeep
data/log/*
!data/log/.gitkeep
tutorial/users/*
!tutorial/users/.gitkeep

0 comments on commit d8021de

Please sign in to comment.