Skip to content

Commit 9930364

Browse files
author
Philipp Kraus
committed
init
0 parents  commit 9930364

Some content is hidden

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

51 files changed

+6585
-0
lines changed

.gitignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
*.*
2+
3+
!CNAME
4+
!.gitignore
5+
!.gitmodules
6+
!circle.yml
7+
!pom.xml
8+
!*.java
9+
!*.asl
10+
!*.md
11+
!*.png
12+
!*.properties
13+
14+
!src/site/*.doxyfile
15+
!src/site/*.css
16+
!src/site/*.xml
17+
!src/site/*.xslt
18+
19+
target/**

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "src/codestyle"]
2+
path = src/codestyle
3+
url = [email protected]:LightJason/AgentSpeak-Java-CodeStyle.git
4+
[submodule "src/test/java/org/lightjason/agentspeak/testing"]
5+
path = src/test/java/org/lightjason/agentspeak/testing
6+
url = [email protected]:LightJason/AgentSpeak-Java-Testing.git

0 commit comments

Comments
 (0)