Skip to content

Commit 23652e3

Browse files
committed
Add some files to .gitignore
1 parent 138cf66 commit 23652e3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ hs_err_pid*
4545
.settings/
4646
.classpath
4747
.project
48+
/cache/*
49+
/unit-test.yml

src/main/java/org/maxgamer/quickshop/util/Util.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,7 @@ public static boolean fireCancellableEvent(@NotNull Cancellable event) {
12071207
*/
12081208
public static File getCacheFolder() {
12091209
QuickShop qs = QuickShop.getInstance();
1210+
//noinspection ConstantConditions
12101211
if (qs != null) {
12111212
File cache = new File(QuickShop.getInstance().getDataFolder(), "cache");
12121213
if (!cache.exists()) {

0 commit comments

Comments
 (0)