Add .gitignore

This commit is contained in:
SeanOMik 2020-01-18 12:31:14 -06:00
parent 2bf2341c1a
commit 263af194a9
No known key found for this signature in database
GPG Key ID: FA4D55AC05268A88
1 changed files with 15 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# Don't track content of these folders
.idea/*
target/*
# Compiled source #
###################
*.class
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
#*.7z
#*.dmg
*.jar