tangled
alpha
login
or
join now
desoroxxx.redstudio.dev
/
Wither-Config
0
fork
atom
Wither Config allows you to adjust the Wither's stats and behavior for a tailored boss experience.
0
fork
atom
overview
issues
pulls
pipelines
Update .gitignore
desoroxxx.redstudio.dev
1 month ago
eada46df
a031ed64
+14
-12
1 changed file
expand all
collapse all
unified
split
.gitignore
+14
-12
.gitignore
···
1
1
-
# IntelliJ Idea
2
2
-
out
3
3
-
*.ipr
4
4
-
*.iws
5
5
-
*.iml
6
6
-
.idea
1
1
+
### Windows ###
2
2
+
desktop.ini
3
3
+
4
4
+
### macOS ###
5
5
+
.DS_Store
7
6
8
8
-
# Gradle
9
9
-
build
7
7
+
### Gradle ###
10
8
.gradle
9
9
+
build
11
10
12
12
-
# Minecraft
13
13
-
run
11
11
+
### IntelliJ IDEA ###
12
12
+
.idea/*
13
13
+
!.idea/fileColors.xml
14
14
+
!.idea/scopes
15
15
+
!.idea/scopes/*
14
16
15
15
-
# Misc
16
16
-
.settings
17
17
+
### Project ###
18
18
+
run