forked from googleads/google-ads-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (50 loc) · 1.22 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
# IntelliJ IDE files
# See: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
.idea/
.run/
*.iml
google-ads/*.iml
google-ads-examples/*.iml
# Eclipse IDE files
# See: https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore
.factorypath
.metadata/
.project
.settings/
google-ads/.classpath
google-ads/.factorypath
google-ads/.project
google-ads/.settings/
google-ads-examples/.classpath
google-ads-examples/.factorypath
google-ads-examples/.project
google-ads-examples/.settings/
# Maven build output
target/
google-ads/*/target/
google-ads-examples/*/target/
# maven-release-plugin output
# See: https://github.com/github/gitignore/blob/master/Maven.gitignore
pom.xml.releaseBackup
pom.xml.tag
pom.xml.versionsBackup
pom.xml.next
release.properties
google-ads/*/pom.xml.releaseBackup
google-ads/*/pom.xml.tag
google-ads/*/pom.xml.versionsBackup
google-ads/*/pom.xml.next
google-ads/*/release.properties
## maven-shade-plugin output
dependency-reduced-pom.xml
google-ads/*/dependency-reduced-pom.xml
## buildnumber-maven-plugin output
buildNumber.properties
google-ads/*/buildNumber.properties
# Gradle build output
.gradle/
buildSrc/.gradle/
*/build/
# VSCode build output and settings
.vscode/
*/bin/