-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
72 lines (61 loc) · 1.01 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
db/postgres*.jar
.vscode/
env/
venv/
__pycache__/
*.pyc
.DS_Store
.idea/
db/mariadb-java-client-*.jar
tmp/
# sample_metadata/ is autogenerated, so ignore it
# This pattern lets us ignore sample_metadata contents but not the folder itself
# see next comment for why
!sample_metadata/
sample_metadata/*
!metamist/
metamist/*
# We don't want to ignore the parser sub folder
# since we do have sample_metadata/parsers that are not generated
!sample_metadata/parser/
!sample_metadata/audit/
!metamist/parser
!metamist/audit
*.egg-info/
db/liquibase.jar
node_modules/
web/build
api/public
web/src/static/sm_docs
sm/
web/src/sm-api/
dist/
build/
test/*.sh
.coverage
coverage.xml
test-execution.xml
temp.json
data-dump.sql
local.py
cram-map/
graphql-types/
openapi-generator-cli.jar
scripts/*.json
lcov-report/
coverage/
web/schema.graphql
web/src/__generated__
# dotenv
.envrc
# pyenv
.python-version
# mypy
.mypy_cache/
# pulumi config files
Pulumi*.yaml
# performance profile files
profiles
# sonarqube
.scannerwork/
latest_backup/