2020-01-18 18:34:12 +00:00
|
|
|
# Don't track content of these folders
|
|
|
|
.idea/*
|
|
|
|
target/*
|
|
|
|
|
|
|
|
# Compiled source #
|
|
|
|
###################
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Packages #
|
|
|
|
############
|
2020-01-18 19:18:47 +00:00
|
|
|
# it's better to unpack these files and commit the raw source
|
2020-01-18 18:34:12 +00:00
|
|
|
# git has its own built in compression methods
|
|
|
|
#*.7z
|
|
|
|
#*.dmg
|
2020-01-18 18:31:14 +00:00
|
|
|
*.jar
|