Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 27 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
### Gradle ###
.gradle
# Gradle
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
.kotlin/

### Hytale ###
# Server testing directory
run/

### IntelliJ IDEA ###
# IntelliJ IDEA
.idea/
*.iws
*.iml
Expand All @@ -17,7 +18,7 @@ out/
!**/src/main/**/out/
!**/src/test/**/out/

### Eclipse ###
# Eclipse
.apt_generated
.classpath
.factorypath
Expand All @@ -29,15 +30,32 @@ bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### NetBeans ###
# NetBeans
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
# VS Code
.vscode/

### Mac OS ###
.DS_Store
# Mac OS
.DS_Store

# Windows
Thumbs.db
desktop.ini

# Logs
*.log

# Temporary files
*.tmp
*.bak
*.swp
*~

# Template specific
libs/HytaleServer.jar
buildSrc/
Loading
Loading