2017-11-13 13:39:38 +01:00
|
|
|
# Created by https://www.gitignore.io/api/java,linux,macos,maven,windows
|
|
|
|
|
|
|
|
### Java ###
|
|
|
|
# Compiled class file
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Log file
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# BlueJ files
|
|
|
|
*.ctxt
|
|
|
|
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
|
|
.mtj.tmp/
|
|
|
|
|
|
|
|
# Package Files #
|
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
|
|
|
*.zip
|
|
|
|
*.tar.gz
|
|
|
|
*.rar
|
|
|
|
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
|
|
hs_err_pid*
|
|
|
|
|
|
|
|
### Linux ###
|
|
|
|
*~
|
|
|
|
|
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
|
|
.fuse_hidden*
|
|
|
|
|
|
|
|
# KDE directory preferences
|
|
|
|
.directory
|
|
|
|
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
|
|
.Trash-*
|
|
|
|
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
|
|
.nfs*
|
|
|
|
|
|
|
|
### macOS ###
|
|
|
|
*.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
|
|
|
|
# Icon must end with two \r
|
|
|
|
Icon
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
|
|
|
|
# Files that might appear in the root of a volume
|
|
|
|
.DocumentRevisions-V100
|
|
|
|
.fseventsd
|
|
|
|
.Spotlight-V100
|
|
|
|
.TemporaryItems
|
|
|
|
.Trashes
|
|
|
|
.VolumeIcon.icns
|
|
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
|
|
|
|
# Directories potentially created on remote AFP share
|
|
|
|
.AppleDB
|
|
|
|
.AppleDesktop
|
|
|
|
Network Trash Folder
|
|
|
|
Temporary Items
|
|
|
|
.apdisk
|
|
|
|
|
|
|
|
### Maven ###
|
2016-12-22 14:26:51 +01:00
|
|
|
target/
|
2017-11-13 13:39:38 +01:00
|
|
|
pom.xml.tag
|
|
|
|
pom.xml.releaseBackup
|
|
|
|
pom.xml.versionsBackup
|
|
|
|
pom.xml.next
|
|
|
|
release.properties
|
|
|
|
dependency-reduced-pom.xml
|
|
|
|
buildNumber.properties
|
|
|
|
.mvn/timing.properties
|
|
|
|
|
|
|
|
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
|
|
|
|
!/.mvn/wrapper/maven-wrapper.jar
|
|
|
|
|
|
|
|
### Windows ###
|
|
|
|
# Windows thumbnail cache files
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
ehthumbs_vista.db
|
|
|
|
|
|
|
|
# Folder config file
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
# Windows Installer files
|
|
|
|
*.cab
|
|
|
|
*.msi
|
|
|
|
*.msm
|
|
|
|
*.msp
|
|
|
|
|
|
|
|
# Windows shortcuts
|
|
|
|
*.lnk
|
|
|
|
|
|
|
|
### IDEs ###
|
|
|
|
.vscode
|
|
|
|
.idea
|
|
|
|
.project
|
|
|
|
|
|
|
|
### Ripme ###
|
2014-02-27 10:36:32 +01:00
|
|
|
ripme.log
|
|
|
|
rips/
|
2014-03-10 01:11:29 +01:00
|
|
|
.history
|
2014-04-05 10:39:10 +02:00
|
|
|
ripme.jar.update
|
2014-04-05 22:44:43 +02:00
|
|
|
*.swp
|
2017-11-19 08:06:13 +01:00
|
|
|
*.properties
|
2018-08-07 14:35:24 +02:00
|
|
|
!LabelsBundle*.properties
|
2014-07-30 16:48:52 +02:00
|
|
|
history.json
|
2016-10-07 22:12:07 +02:00
|
|
|
*.iml
|
2016-12-22 14:26:51 +01:00
|
|
|
.settings/
|
|
|
|
.classpath
|
2017-03-02 10:30:05 +01:00
|
|
|
*.txt
|
2016-12-20 08:06:35 +01:00
|
|
|
bin/
|
2018-10-10 23:58:01 +02:00
|
|
|
|
|
|
|
reddit_meta.db
|