forked from josedvq/covfee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (42 loc) · 798 Bytes
/
.gitignore
File metadata and controls
48 lines (42 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# python
*__pycache__
covfee.egg-info
build
dist
**/*/flask_session
#js
node_modules
covfee/client/bundles
covfee/client/node_modules
docs/node_modules
yarn.lock
yarn-error.log
lerna-debug.log
.yarn/
.pnp*
# generated files
covfee/shared/schemata.json
covfee/server/tmp
# file formats
covfee/build-storybook.log
*.DS_Store
*.wav
*package-lock.json
*nohup.out
.ipynb_checkpoints*
# docs
docs/schemata.json
# samples
*database.covfee.db
samples/*/www/*.js
samples/*/www/*.LICENSE.txt
samples/*/.covfee
samples/*/covfee_tasks/index.js
samples/*/covfee_constants.json
samples/conflab/media/*
samples/memory/media/*
samples/memory/media.zip
cam-multiview.svg
conflab-gallery.svg
# FIXME: #CONFLAB ignore the deployment files that now live in the private gitlab repo
samples/continuous_annotation/*