-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gitignore
51 lines (44 loc) · 864 Bytes
/
.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
.terraform/plugins
/config/.terraform/plugins
.vscode
.venv*/
__pycache__
venv*/
*.egg-info
*.tfstate
*.tfstate.backup
*.tfvars
*.zip
.DS_Store
airflow-logs
*.iml
.idea/
~$*
tig
.cspellcache
.DS_Store
composer-local-dev/
node_modules/
/frontend_server/build/
/frontend/build/
/frontend_server/.env.development
/frontend/.env.development
/frontend/.env.local
/frontend/.env.development.local
/frontend/.env.test.local
/frontend/.env.production.local
/frontend/npm-debug.log*
/frontend/playwright-report/
/frontend/test-results/
/frontend/coverage/
/frontend/stats.html
config/.terraform.lock.hcl
config/.terraform/
python/data_server/build/
python/datasources/build/
python/ingestion/build/
/scripts/.env.secrets
*.json
# Exception: Dont ignore these specific JSON files
!frontend/cspell.config.json
!python/ingestion/ahr_config/graphql_ahr_measure_ids.json