This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
106 lines (105 loc) · 1.91 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
98
99
100
101
102
103
104
105
106
# From https://github.com/github/gitignore
# - Node.gitignore
# - Ruby.gitignore
# - Sass.gitignore
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
# Ignore all logfiles and tempfiles.
# Generated js bundles
!**/__snapshots__/*.jsx.*
!**/__snapshots__/reference/
!/log/.keep
!/packages/duplicate-package-checker-webpack-plugin/tests/jest/**/node_modules/
!/packages/terra-cli/tests/jest/fixtures/*/node_modules/
!/packages/terra-cli/tests/jest/fixtures/**/lib/
!tmp/.keep
.dat*
.DS_Store
.grunt
.idea
.lock-wscript
.node_repl_history
.npm
.nyc_output
.repl_history
.rvmrc
.sass-cache/
.vscode
.vscode/
*.bridgesupport
*.css.map
*.gem
*.log
*.pid
*.pid.lock
*.rbc
*.seed
**/__snapshots__/*
**/__snapshots__/diff
**/__snapshots__/error
**/__snapshots__/latest
**/__snapshots__/screen
**/aggregated-translations/*.*
**/dist
**/wdio/__snapshots__/diff
**/wdio/__snapshots__/error
**/wdio/__snapshots__/latest
**/wdio/__snapshots__/screen
**/wdio/**/__snapshots__/diff
**/wdio/**/__snapshots__/error
**/wdio/**/__snapshots__/latest
*table.md
/_yardoc/
/.bundle
/.bundle/
/.config
/.nova/
/.yardoc/
/coverage/
/db/*.sqlite3
/doc/
/InstalledFiles
/lib/bundler/man/
/log/*
/node_modules
/pkg/
/public/webpack/*
/rdoc/
/spec/examples.txt
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/
/tmp/*
/vendor/bundle
/yarn-error.log
aggregated-themes.js
build-iPhoneOS/
build-iPhoneSimulator/
build/
build/Release
coverage
dist/
errorScreenshots
generated-themes
jspm_packages
lib
lib-cov
logs
node_modules
npm-debug.log*
# package-lock.json
pids
props-table
reports
screenshots
scripts/a11y/a11y-output-csv.csv
scripts/a11y/a11y-output-txt.txt
stats.json
target
themeable-variables.json
tmp