-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy path.gitignore
100 lines (80 loc) · 1.17 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
1.10.2/private.properties
## 1.10.2
# eclipse
1.10.2/bin
1.10.2/*.launch
1.10.2/.settings
1.10.2/.metadata
1.10.2/.classpath
1.10.2/.project
# idea
1.10.2/out
1.10.2/*.ipr
1.10.2/*.iws
1.10.2/*.iml
1.10.2/.idea
# gradle
1.10.2/build
1.10.2/.gradle
# other
1.10.2/eclipse
1.10.2/run
1.10.2/src/test
1.10.2/README.txt
1.10.2/LICENSE-new.txt
1.10.2/MinecraftForge-Credits.txt
1.10.2/Paulscode IBXM Library License.txt
1.10.2/Paulscode *.txt
## 1.11
# eclipse
1.11/bin
1.11/*.launch
1.11/.settings
1.11/.metadata
1.11/.classpath
1.11/.project
# idea
1.11/out
1.11/*.ipr
1.11/*.iws
1.11/*.iml
1.11/.idea
# gradle
1.11/build
1.11/.gradle
# other
1.11/eclipse
1.11/run
1.11/src/test
1.11/README.txt
1.11/LICENSE-new.txt
1.11/MinecraftForge-Credits.txt
1.11/Paulscode IBXM Library License.txt
1.11/Paulscode *.txt
## 1.12
# eclipse
1.12/bin
1.12/*.launch
1.12/.settings
1.12/.metadata
1.12/.classpath
1.12/.project
# idea
1.12/out
1.12/*.ipr
1.12/*.iws
1.12/*.iml
1.12/.idea
# gradle
1.12/build
1.12/.gradle
# other
1.12/eclipse
1.12/run
1.12/src/test
1.12/README.txt
1.12/LICENSE-new.txt
1.12/MinecraftForge-Credits.txt
1.12/Paulscode IBXM Library License.txt
1.12/Paulscode *.txt
.gradle/