forked from lss233/InputMethodBlocker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (47 loc) · 615 Bytes
/
.gitignore
File metadata and controls
54 lines (47 loc) · 615 Bytes
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
# eclipse
*.launch
.settings
.metadata
.classpath
.project
# idea
*.ipr
*.iws
*.iml
# other
*.txt
*.json
#1.7.x
1.7.x/.gradle
1.7.x/.idea
1.7.x/.settings
1.7.x/bin
1.7.x/build
1.7.x/config
1.7.x/crash-reports
1.7.x/eclipse
1.7.x/logs
1.7.x/mods
1.7.x/resourcepacks
1.7.x/saves
#1.8.x
1.8.x/.gradle
1.8.x/.idea
1.8.x/.settings
1.8.x/build
1.8.x/eclipse
1.8.x/run
#1.9-1.10.2
1.9-1.10.2/.gradle
1.9-1.10.2/.idea
1.9-1.10.2/.settings
1.9-1.10.2/build
1.9-1.10.2/eclipse
1.9-1.10.2/run
#1.11-1.11.2
1.11-1.11.2/.gradle
1.11-1.11.2/.idea
1.11-1.11.2/.settings
1.11-1.11.2/build
1.11-1.11.2/eclipse
1.11-1.11.2/run