-
Notifications
You must be signed in to change notification settings - Fork 49
/
.gitignore
69 lines (56 loc) · 1.43 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
# Custom file that may be added for additional maven build properties.
# For properties-maven-plugin configuration.
# Add this file or override maven property for it's location.
/maven.properties
# IntelliJ idea specific files
.idea
*.iml
# Eclipse specific files
.settings
.project
.classpath
target
test-output
.metadata
~*
~*.*
atlassian-ide-plugin.xml
.DS_Store
**/generated/
### AET integration tests
# this partial is generated from template
/integration-tests/test-suite/partials/executejavascript.xml
/integration-tests/test-suite/partials/loginmodifier.xml
### AET report web application
# node instance for frontend-maven-plugin
/report/src/main/webapp/node
# npm packages
/report/src/main/webapp/node_modules/
# sass cache
/report/src/main/webapp/.sass-cache/
# auto-generated assets
/report/src/main/webapp/assets/libs
# auto-generated css file
/report/src/main/webapp/assets/css
### AET sanity tests
/integration-tests/test-suite/suite.xml
### AET documentation
# node instance for frontend-maven-plugin
/documentation/src/main/node
# npm packages
/documentation/src/main/node_modules/
# auto-generated files
/documentation/src/main/markdown.json
/documentation/src/main/package.json
# aet-vagrant
/vagrant/.vagrant
/vagrant/Berksfile.lock
### Gradle ###
.gradle
build/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
### Gradle Patch ###
**/build/