-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
88 lines (76 loc) · 1.65 KB
/
.gitignore
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.coverage
coverage.xml
beanstalk.cfg
/coverage
/.installed.cfg
/.mr.developer.cfg
/.cache/
/.sass-cache/
.vscode
/src/encoded/static/docs/
/es_docs/
/docs/javascript-reference/
/annotations.json
/aws-ip-ranges.json
/develop/
/develop-eggs/
/downloads/
/eggs/
/.eggs/
/extends/
/jsconfig.json
/node_modules/
/cypress/screenshots/
/cypress/videos/
/deploy/post_deploy_testing/cypress/videos/
/deploy/post_deploy_testing/cypress/screenshots/
/documentation/
/ontology.json
/session-secret.b64
/src/encoded/static/coverage
/src/encoded/static/components/lib/react-infinite
/src/encoded/static/css/bootstrap.css
/src/encoded/static/css/responsive.css
/src/encoded/static/css/style.css
/src/encoded/static/scss/_variables.original.scss
/src/encoded/tests/data/temp-local-inserts/*
!/src/encoded/tests/data/temp-local-inserts/.gitkeep
/bin
!/bin/test
!/bin/test.py
!/bin/macpoetry-install
*.swp
*.hprof
*.DS_Store
*.egg-info
*.pyc
+.project
+.pydevproject
*.log
.python-version
.python-cmd
~$*
.~*#
production.ini
set_aws_env.sh
src/encoded/static/css/fontawesome/font-awesome.css
# files on build server
.to_export_back
elasticsearch-*.deb
# Emacs backup files
*~
# PyCharm metadata
.idea/
# Virtual environments
# Conventions vary, including env, venv, or longer names like cgap_env,
# but typically they end in "env".
*env/
# Used for some kinds of debugging in dcicutils, snovault, cgap & ff.
DEBUGLOG-*
# These files are now generated from templates:
deploy/docker/local/docker_development.ini
docker-compose.yml
# No longer in source control. development.ini.template is there instead.
development.ini
# No longer in source control. test.ini.template is there instead.
test.ini