update .gitignore

This commit is contained in:
muhammadeko 2022-04-29 07:14:18 +07:00
parent 695172e262
commit a59c2425ed
No known key found for this signature in database
GPG Key ID: 51366716C10E98B1
9 changed files with 3 additions and 9 deletions

3
.gitignore vendored
View File

@ -7,6 +7,9 @@
# Intellij
.idea
# Build file
build
# Output of the build
out

View File

@ -1,7 +0,0 @@
{
"name": "GCAuth",
"description": "GCAuth is a plugin that allows you to implement authentication for your server.",
"version": "1.0.0",
"author": ["ExZork"],
"mainClass": "me.exzork.gcauth.GCAuth"
}

View File

@ -1,2 +0,0 @@
Manifest-Version: 1.0