Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 1440bfc

Browse files
authored
Merge pull request #72 from CogStack/dev
Merging dev to master
2 parents 8767232 + 84b967c commit 1440bfc

File tree

237 files changed

+31747
-65502
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+31747
-65502
lines changed

.dockerignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.git
2+
.gradle
3+
.idea
4+
__tmp
5+
__deploy
6+
build
7+
out
8+
examples
9+
docs

.gitignore

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
1-
.nb-gradle/*
2-
build/*
3-
docker-cogstack/**/*.jar
4-
libs/*
5-
private/*
6-
nbproject/*
7-
.nb-gradle-properties
8-
.idea/*
1+
# logs
92
cogstack*log
103
logs/*
11-
.htpasswd
4+
5+
# Intellij
6+
.idea/
7+
out/
8+
*.iml
9+
*.iws
10+
11+
# Mac
12+
.DS_Store
13+
14+
# Maven
15+
log/
16+
17+
# Gradle
18+
.gradle/
19+
.gradletasknamecache
20+
21+
# Build
22+
/build/
23+
24+
# Logs
25+
cogstack*log*

.gradle/2.11/taskArtifacts/cache.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
-17 Bytes
Binary file not shown.
-18.3 KB
Binary file not shown.
-18.7 KB
Binary file not shown.
-18.2 KB
Binary file not shown.
-18.8 KB
Binary file not shown.

.gradle/2.3/taskArtifacts/cache.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
-17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)