-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
61 lines (60 loc) · 1.93 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
${dir}/classes/cards.yml
${dir}/classes/config.yml
${dir}/classes/decks.yml
${dir}/classes/messages.yml
${dir}/classes/plugin.yml
${dir}/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
${dir}/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
.settings/*
.gitignore
.gitattributes
.project
.idea/compiler.xml
.idea/encodings.xml
.idea/jarRepositories.xml
.idea/libraries/java.xml
.idea/libraries/MobArena.xml
.idea/libraries/MobArena__2_.xml
.idea/libraries/Towny.xml
.idea/libraries/Towny__2_.xml
.idea/misc.xml
.idea/modules.xml
.idea/TradingCards.iml
.idea/*
.idea/uiDesigner.xml
dependency-reduced-pom.xml
eula.txt
libs/MobArena.jar
libs/MythicMobs.jar
libs/Towny.jar
logs/latest.log
server.properties
target/classes/cards.yml
target/classes/config.yml
target/classes/decks.yml
target/classes/media/xen/tradingcards/Database.class
target/classes/media/xen/tradingcards/MobArenaListener.class
target/classes/media/xen/tradingcards/MythicMobsListener.class
target/classes/media/xen/tradingcards/SQLite.class
target/classes/media/xen/tradingcards/TownyListener.class
target/classes/media/xen/tradingcards/TradingCards$1.class
target/classes/media/xen/tradingcards/TradingCards.class
target/classes/messages.yml
target/classes/plugin.yml
target/maven-archiver/pom.properties
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
target/original-TradingCards-5.0.2.jar
target/original-TradingCards-5.0.3.jar
target/original-TradingCards-5.1.jar
target/TradingCards-5.0.2-shaded.jar
target/TradingCards-5.0.2.jar
target/TradingCards-5.0.3-shaded.jar
target/TradingCards-5.0.3.jar
target/TradingCards-5.1 - Copy.jar
target/TradingCards-5.1-shaded.jar
target/TradingCards-5.1.jar
target/*
TradingCards.iml
XenTradingCards.iml