-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
97 lines (77 loc) · 2.11 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
89
90
91
92
93
94
95
96
97
## IDEs
.idea
.vs
.vscode
*.code-workspace
*.iml
*.ipr
*.iws
## Application
bin
obj
/data/ees-mssql
/data/public-api-db/*
!/data/public-api-db/00-init.sh
/data/public-api-data
dfe-meta.db
## CSharp
*.sln.DotSettings.user
dotnet-format-report.json
## Javascript
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
tsconfig.tsbuildinfo
## Tests
junit.xml
src/explore-education-statistics-admin/*.xml
src/explore-education-statistics-common/*.xml
src/explore-education-statistics-frontend/*.xml
**/test-results/
.pabotsuitenames
/tests/robot-tests/backup-data
/tests/robot-tests/.env.*
/tests/robot-tests/UI-test-report.zip
!/tests/robot-tests/.env.example
/tests/robot-tests/IDENTITY_*
/tests/robot-tests/.pabotsuitenames
/tests/robot-tests/.failing_suites
/tests/robot-tests/geckodriver.log
/tests/robot-tests/debug.log
**/*/jwt
**/coverage
/tests/robot-tests/scripts/permalink_snapshots/invalid-permalinks.csv
/tests/robot-tests/scripts/permalink_snapshots/prod-permalinks.csv
/tests/robot-tests/scripts/permalink_snapshots/checked-permalinks.csv
/tests/robot-tests/tests/visual_testing/visually_check_tables_and_charts.dev.robot
/tests/robot-tests/tests/visual_testing/visually_check_tables_and_charts.dev.robot.csv
/tests/robot-tests/tests/files/.unzipped-seed-data-files
seed-data-files.zip
/tests/performance-tests/.env.*
!/tests/performance-tests/.env.example.json
/tests/performance-tests/dist
/tests/performance-tests/big-files
/tests/performance-tests/*.html
## Scripts
useful-scripts/*.lock
useful-scripts/get_data_block_responses/*.csv
useful-scripts/get_data_block_responses/results*
## Data API Seed CSV data
src/GovUk.Education.ExploreEducationStatistics.Data.Seed/Files/
## Misc
*.~lock*
tags
*.pyc
*.tmp
lerna-debug.log
admin-start.sh
remote-profile
.DS_Store
src/GovUk.Education.ExploreEducationStatistics.*/appsettings.Local.json
src/GovUk.Education.ExploreEducationStatistics.Admin/appsettings.Idp.json
src/GovUk.Education.ExploreEducationStatistics.Admin/appsettings.IdpBootstrapUsers.json
## IdentityServer Developer Signing key
**/*/tempkey.rsa
## IDE Files (e.g. local Visual Studio configuration)
*.csproj.user