-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy path.gitignore
64 lines (60 loc) · 923 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Local config
config/local.js
config/local-from-staging.js
config/local-site-build-tasks.json
# Webpack-generated assets
public/js/bundle.js
public/js/report*
public/js/bundle.*.js*
public/js/uswds*.js*
public/js/bundle.*
public/styles/styles.css
public/styles.css
public/styles/styles.*.css*
public/styles/uswds.*.css*
public/img/*
public/uswds3/*
!public/uswds3/.keep
public/fonts/*
public/bundle.js
public/report.js
webpack-manifest.json
webpackAssets
public/stats.json
dist
# Node.js / NPM
lib-cov
*.seed
*.log
*.out
*.pid
npm-debug.log
node_modules/
coverage
.nyc_output
.yarn-cache
# Miscellaneous
*~
*#
.git
.DS_STORE
.netbeans
nbproject
.idea
.node_history
cf-ssh.yml
.env
.sass-cache
current-sites.csv
.vscode
credentials*.json
tmp
ci/vars/.*
uaa/cloudfoundry-identity-uaa-4.19.0.war
test-results/
playwright-report/
blob-report/
playwright/.cache/
playwright/.auth/*
!playwright/.auth/.gitkeep
database.json