Skip to content

Commit

Permalink
Add config submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdashenkov committed Jul 3, 2018
1 parent 7295728 commit f91d0a1
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 195 deletions.
10 changes: 1 addition & 9 deletions .codacy.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
---
exclude_paths:
- "client/src/main/java/io/spine/net/Patterns.java"
- "core/src/test/**/*.*"
- "client/src/test/**/*.*"
- "server/src/test/**/*.*"
- "testutil-core/src/test/**/*.*"
- "testutil-client/src/test/**/*.*"
- "testutil-server/src/test/**/*.*"
- "model/model-assembler/src/test/**/*.*"
- "model/model-verifier/src/test/**/*.*"
- "**/src/test/**/*.*"
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ coverage:
ignore:
- generated/*
- examples/*
- tests/*
- test/*
status:
patch: false

Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ gradlew.bat
*.gif binary
*.swf binary
*.jar binary
*.desc binary

*.scpt binary
*.scssc binary
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "config"]
path = config
url = https://github.com/SpineEventEngine/config
3 changes: 2 additions & 1 deletion .idea/dictionaries/common.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config
Submodule config added at 40d82a
47 changes: 0 additions & 47 deletions config/update-files.bat

This file was deleted.

51 changes: 0 additions & 51 deletions config/update-files.sh

This file was deleted.

42 changes: 0 additions & 42 deletions config/update-spine-config.bat

This file was deleted.

44 changes: 0 additions & 44 deletions config/update-spine-config.sh

This file was deleted.

0 comments on commit f91d0a1

Please sign in to comment.