Skip to content
Open
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
60 changes: 35 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,41 @@
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
### Gradle ###
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/**/build/

# idea
out
*.ipr
### IntelliJ IDEA ###
.idea/
*.iws
*.iml
.idea
*.ipr
out/
!**/src/**/out/

# gradle
build
.gradle
.run/

### Eclipse ###
.apt_generated
.classpath
.eclipse/
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/**/bin/

### VS Code ###
.vscode/

# other
eclipse
run
### Mac OS ###
.DS_Store

# Files from Forge MDK
forge*changelog.txt
/mcmodsrepo
/mcmodsrepo
*.sha512
*.sha256
*.sha1
/.vscode
### Minecraft Modding ###
run/
!**/src/**/run/
**/src/generated/**/.cache/
repo/
!**/src/**/repo/
/runs
65 changes: 0 additions & 65 deletions .vscode/launch.json

This file was deleted.

4 changes: 0 additions & 4 deletions .vscode/settings.json

This file was deleted.

37 changes: 0 additions & 37 deletions .vscode/tasks.json

This file was deleted.

Loading
Loading