forked from vaadin/collaboration-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
53 lines (42 loc) · 994 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
# Maven
target/
# Eclipse
.project
.settings
.classpath
# Idea
.idea/
*.iml
# Selenium
error-screenshots
reference-screenshots
# MacOS
.DS_Store
# npm
tsconfig.json
types.d.ts
node_modules/
coverage/
package-lock.json
webpack.generated.js
.npmrc
pnpmfile.js
# generated by Vaadin
**/frontend/generated/
# resources copied at build time
collaboration-engine/src/main/resources/META-INF/resources/frontend/
# Node is installed for running frontend tests during maven build
collaboration-engine-frontend/field-highlighter/node
# Don't commit statistics files from running IT tests
**/ce-statistics.json
# Browser drivers for local integration tests
drivers/
webdrivers.xml
# Error screenshots generated by TestBench for failed integration tests
error-screenshots/
# integration test
**/webdriver
# Frontend files generated by Flow maven plugin in tests
collaboration-engine-test/**/package.json
collaboration-engine-test/**/pnpm-lock.yaml
collaboration-engine-test/**/webpack.config.js