-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (59 loc) · 1.76 KB
/
.gitignore
File metadata and controls
75 lines (59 loc) · 1.76 KB
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
# Hugo cache files
/site/resources
public
# Cache folder for Hugo Modules
/site/_vendor
# Node modules
node_modules
# Used to control concurrency between multiple Hugo instances
/site/.hugo_build.lock
# Needed for navigation help inside code editors
jsconfig.json
# The temporary Lychee cache obtained from local check
.lycheecache
# 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/
.DS_Store
# 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