A claim plugin based on FTB Chunks
1# User-specific stuff
2.idea/
3
4*.iml
5*.ipr
6*.iws
7
8# IntelliJ
9out/
10
11# Compiled class file
12*.class
13
14# Log file
15*.log
16
17# BlueJ files
18*.ctxt
19
20# Package Files #
21*.jar
22*.war
23*.nar
24*.ear
25*.zip
26*.tar.gz
27*.rar
28
29# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
30hs_err_pid*
31
32*~
33
34# temporary files which can be created if a process still has a handle open of a deleted file
35.fuse_hidden*
36
37# KDE directory preferences
38.directory
39
40# Linux trash folder which might appear on any partition or disk
41.Trash-*
42
43# .nfs files are created when an open file is removed but is still being accessed
44.nfs*
45
46# General
47.DS_Store
48.AppleDouble
49.LSOverride
50
51# Icon must end with two \r
52Icon
53
54# Thumbnails
55._*
56
57# Files that might appear in the root of a volume
58.DocumentRevisions-V100
59.fseventsd
60.Spotlight-V100
61.TemporaryItems
62.Trashes
63.VolumeIcon.icns
64.com.apple.timemachine.donotpresent
65
66# Directories potentially created on remote AFP share
67.AppleDB
68.AppleDesktop
69Network Trash Folder
70Temporary Items
71.apdisk
72
73# Windows thumbnail cache files
74Thumbs.db
75Thumbs.db:encryptable
76ehthumbs.db
77ehthumbs_vista.db
78
79# Dump file
80*.stackdump
81
82# Folder config file
83[Dd]esktop.ini
84
85# Recycle Bin used on file shares
86$RECYCLE.BIN/
87
88# Windows Installer files
89*.cab
90*.msi
91*.msix
92*.msm
93*.msp
94
95# Windows shortcuts
96*.lnk
97
98target/
99
100pom.xml.tag
101pom.xml.releaseBackup
102pom.xml.versionsBackup
103pom.xml.next
104
105release.properties
106dependency-reduced-pom.xml
107buildNumber.properties
108.mvn/timing.properties
109.mvn/wrapper/maven-wrapper.jar
110.flattened-pom.xml
111
112# Common working directory
113run/