-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
72 lines (57 loc) · 1.75 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
# The result of Jekyll build
_site/
# Intermediate directory used by `embed-code` Jekyll subcommand
.fragments
.sass-cache
.jekyll-metadata
.DS_Store
*/build/
**/*.jar
# Do not ignore the Gradle Wrapper at the top level and in the sub-projects that are
# added as included builds. See `settings.gradle.kts` for details.
!**/gradle/wrapper/*
# IntelliJ IDEA modules and interim config files
*.iml
.idea/*.xml
.idea/.name
.idea/artifacts
.idea/libraries
.idea/modules
.idea/shelf
!.idea/misc.xml
!.idea/codeStyles/
!.idea/copyright/
# Gradle interim configs
.gradle/
# Generated source code
generated/
# Gradle build files
build/
# IDEA build files
out/
# Spine temporary artifact storage
.spine/
# Temporarily add the Spine Protoc plugin until this Base issue is fixed:
# https://github.com/SpineEventEngine/base/issues/552
# Update the file when you bump Spine dependency in `samples` or `examples`.
# The `.spine` directory must have all the versions of the plugin until the issue is fixed.
!/.spine/spine-protoc-plugin-1.5.21.jar
# Credentials to Maven repositories and Google Cloud Storage used for Travis build reports
credentials.tar
credentials.properties
cloudrepo.properties
deploy_key_rsa
gcs-auth-key.json
#
# The gradle.properties file should contain settings specific to a developer's workstation.
#
# See sample file for a Mac OS X workstation below.
# -------
# # Set Java home to point to JDK8. This is need to generate classes working with Java8 API.
# # Otherwise the following warning appears during the build:
# # warning: [options] bootstrap class path not set in conjunction with -source 1.8
# #
# # suppress inspection "UnusedProperty"
# org.gradle.java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/
# -------
gradle.properties