forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
140 lines (136 loc) · 2.63 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
projectFilesBackup/
*.iws
.DS_Store
.svn
.credentials.dat
.ijwb
mockpiframe.log
mockpiframe.log.lck
junitvmwatcher*.properties
test-output/
.*.swp
*~
common/build
/build/
cpp/iedriver/IEReturnTypes.h
dotnet/.idea/
dotnet/packages/
java/client/src/org/openqa/selenium/ie/IeReturnTypes.java
java/server/test/org/openqa/selenium/example
javascript/deps.js
javascript/node/selenium-webdriver/node_modules/
javascript/node/selenium-webdriver/lib/atoms/find-elements.js
javascript/node/selenium-webdriver/lib/atoms/get-attribute.js
javascript/node/selenium-webdriver/lib/atoms/is-displayed.js
javascript/node/selenium-webdriver/lib/atoms/mutation-listener.js
javascript/safari-driver/node_modules/
javascript/webdriver/devtools/types/
.idea/vcs.xml
.idea/workspace.xml
.idea/dictionaries/
.idea/scopes/
.idea/sonarlint/
.idea/qaplug_profiles.xml
out
cpp/IEDriver/sizzle.h
third_party/gecko-*
cpp/iedriver/Generated/atoms.h
cpp/iedriver/sizzle.h
chromedriver.log
junit*.properties
*.rbc
.rbx
.yardoc
rb/.yardoc
.tm_properties
maven/*/src
maven/target
maven/*/target
maven/.idea
maven/*.iml
maven/*/*.iml
maven-metadata-.xml
maven-metadata-.xml.sha1
node_modules/
resolver-status.properties
java/build/
java/client/build/
java/client/log.txt
java/client/iedriver.log
java/server/build/
__pycache__
.tox
*.pyc
dist/
py/selenium/webdriver/common/devtools/*.py
py/selenium/webdriver/common/devtools/py.typed
!py/selenium/webdriver/common/devtools/util.py
py/selenium/webdriver/firefox/amd64/
py/selenium/webdriver/firefox/webdriver.xpi
py/selenium/webdriver/firefox/webdriver_prefs.json
py/selenium/webdriver/firefox/x86/
py/selenium/webdriver/remote/findElements.js
py/selenium/webdriver/remote/getAttribute.js
py/selenium/webdriver/remote/isDisplayed.js
py/docs/build/
py/build/
py/LICENSE
py/selenium/webdriver/common/linux/
py/selenium/webdriver/common/windows/
py/selenium/webdriver/common/macos/
selenium.egg-info/
third_party/java/jetty/jetty-repacked.jar
*.user
*.cache
dotnet/**/bin/
obj/
*.opensdf
*.suo
*.sdf
*.vs
*.opendb
*.VC.db
*.aps
launchSettings.json
Generated/
ipch/
/iedriver.log
/phantomjsdriver.log
geckodriver.log
ghostdriver.log
.tags
.ruby-version
GPATH
GRTAGS
GSYMS
GTAGS
/rb/.bundle
/rb/.idea
rb/bin/
rb/lib/selenium/devtools/v1*
.sonar/
.idea/sonarIssues.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/misc.xml
third_party/py/googlestorage/client_secrets.json
.venv
venv
venv3
py/.idea
rust/target
rust/.idea
# Bazel stuff
bazel-bin
bazel-genfiles
bazel-out
bazel-selenium
bazel-testlogs
/.vscode/
/.scannerwork/
/.bazelrc.local
# Engflow
*.crt
*.key
javascript/node/selenium-webdriver/.vscode/settings.json
dotnet-bin