-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
63 lines (63 loc) · 1.17 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
*.pyc
*.swp
*~
.classpath
.project
.externalToolBuilders
.settings
cron-emulator.log
cron-emulator-err.log
/api/?/
/api/db/?/
/api/db-cdr/csv
/api/.docker-sync/
/api/.java-version
/api/.project/common/
/api/.swagger-codegen/*
/api/genomics/out/*
/api/out/*
/api/sa-key.json
/api/src/main/generated/
/api/src/main/resources/merged.yaml
/api/src/main/webapp/WEB-INF/appengine-web.xml
/api/src/main/webapp/WEB-INF/cron.yaml
/api/src/main/webapp/WEB-INF/sa-key.json
/api/src/main/webapp/WEB-INF/gsuite-admin-sa.json
/api/src/main/webapp/static/aou-snippets-menu.js
/api/src/generated
/api/tools/build/*
/api/bin
/appengine-cron-emulator/out/*
/ui/package-lock.json
/ui/coverage
/ui/**/*.map
/ui/report.*.json
/ui/dist/**
/ui/tsc-app/**
/ui/tsc-out/**
/ui/sa-key.json
/ui/yarn-error.log
/libproject/swagger-codegen-cli.jar
/ui/src/generated/*
/ui/src/notebooks-generated/*
/ui/src/tanagra-generated/*
/ui/src/publicGenerated/*
cloud_sql_proxy
node_modules
npm-debug.log
tools/*.jar
tools/cloud_sql_proxy
.DS_Store
client/py/.pydevproject
gradle.properties
**/.idea
**/*.iml
**/*.ipr
**/*.iws
**/build
**/gradlew.bat
**/.gradle
**/*.orig
**/.vscode
/tanagra-aou-utils/appengine/
/tanagra-aou-utils/tanagra/