Initial commit
This commit is contained in:
parent
dcc92e8053
commit
5501976211
7 changed files with 713 additions and 0 deletions
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
# 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/
|
||||
|
||||
store/
|
||||
|
||||
bin/
|
||||
core/bin
|
||||
debug/bin
|
||||
experimental/bin
|
||||
extensions/bin
|
||||
|
||||
target/
|
||||
.metadata
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue