Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
darshan3 committed Jul 18, 2019
0 parents commit cbe90ef
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Modules get a copy of build.gradle as they are not allowed to have their own (for build security / sandboxing)
build.gradle

# IntelliJ
*.iml

# Eclipse
.checkstyle
.classpath
.project
.settings
bin/

build/

# MacOS Specific
.DS_Store
9 changes: 9 additions & 0 deletions module.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id" : "Market",
"version" : "0.1.0-SNAPSHOT",
"author" : "darshan3",
"displayName" : "Market",
"description" : "A module to add market where one can buy items in exchange for other items.",
"dependencies" : [],
"serverSideOnly" : false
}

0 comments on commit cbe90ef

Please sign in to comment.