Updated README.md and added .gitignore so build files and temporary files are not pushed.
This commit is contained in:
parent
a1d28783de
commit
3f0470a74d
2 changed files with 11 additions and 1 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# --- Build-Dateien (Maven) ---
|
||||
target/
|
||||
*.jar
|
||||
|
||||
# --- IntelliJ IDEA ---
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# --- Temporäre Dateien / Shaded Plugins ---
|
||||
dependency-reduced-pom.xml
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# ZalmikLobby
|
||||
## Lobby Plugin für Zalmik.de Minecraft Netzwerk
|
||||
### Author: Tronax
|
||||
### Website: https://tronax.xyz
|
||||
### Website: https://tronax.dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue