diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ *.iml .idea **/target/ -*.log
\ No newline at end of file +*.log +*.classpath +*.project |
index : dmaap/datarouter | ||
The Data Routing System project is intended to provide a common framework by which data producers can make data available to data consumers and a way for potential consumers to find feeds with the data they require. The interface to DR is exposed as a RESTful web service known as the DR Publishing and Delivery API | Grokmirror user |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | .gitignore | 4 |
@@ -1,4 +1,6 @@ *.iml .idea **/target/ -*.log
\ No newline at end of file +*.log +*.classpath +*.project |