Initial commit
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Gradle
|
||||
.gradle/
|
||||
build/
|
||||
app/build/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
.vscode/
|
||||
*.swp
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Hytale
|
||||
*.jar
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
.hytale-downloader-credentials.json
|
||||
|
||||
# Setup
|
||||
.bin/
|
||||
server/
|
||||
src-ref/
|
||||
Reference in New Issue
Block a user