forked from department-of-veterans-affairs/vets-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
57 lines (50 loc) · 841 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
# Directories to ignore
node_modules/
/build/
logs/
tmp/
out/
src/applications/vaos/docs/
src/site/tests/html/
# Files to ignore
._*
.cache
.config
.DS_Store
.env
npm-debug.log
*.log
config/config.proxy.js
.babelcache
jsconfig.json
typings.json
typings/
coverage
/cypress
.nyc_output
.yalc
yalc.lock
/test-results.xml
package-lock.json
src/applications/proxy-rewrite/tests/__image_snapshots__/__diff_output__/
temp
dump.rdb
# Ignore user's editor/IDE prefs
.vscode/
*.code-workspace
.idea/
.nova/
.swp
.swo
all-links.csv
.tern-port
*.iml
# Track shared IDE config
!.vscode/extensions.json
!.vscode/launch.json
# Ignore custom generated Cypress-TestRail configs
config/my-cypress-testrail.json
config/my-cypress-testrail.config.js
script/cypress-testrail-helper/my-config.json
# Ignore mochawesome report directory
mochawesome-report/