Initial commit
This commit is contained in:
commit
7d3788df54
9 changed files with 585 additions and 0 deletions
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
# IntelliJ
|
||||
.idea
|
||||
.idea/*
|
||||
*.iml
|
||||
.idea/workspace.xml
|
||||
|
||||
# Mac OS X
|
||||
.DS_Store
|
||||
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
.gradle
|
||||
gradle.properties
|
||||
|
||||
build/
|
||||
core/build/
|
||||
debug/build/
|
||||
experimental/build/
|
||||
extensions/build/
|
||||
gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
oxstore/
|
||||
|
||||
bin/
|
||||
core/bin
|
||||
debug/bin
|
||||
experimental/bin
|
||||
extensions/bin
|
||||
|
||||
target/
|
||||
.metadata
|
||||
|
||||
cmd.ipr
|
||||
cmd.iws
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue