File tree 2 files changed +22
-25
lines changed
2 files changed +22
-25
lines changed Original file line number Diff line number Diff line change
1
+ # Set default behavior to automatically normalize line endings
2
+ * text =auto
Original file line number Diff line number Diff line change
1
+ # Ignore eveything so repository can be used in game instance
2
+ /*
3
+
4
+ # Add directories with soure code
5
+ ! config /
6
+ ! defaultconfigs /
7
+ ! kubejs /
8
+ ! mods /panorama /
9
+ ! scripts /
10
+ ! panoramas /
11
+
12
+ # Add files in main directory
13
+ ! LICENSE
14
+ ! README.md
15
+ ! panorama.dat
16
+ ! .gitignore
17
+ ! .gitattributes
18
+
1
19
# Specific exclusion
2
20
config /embeddium-fingerprint.json
3
21
config /embeddium-options.json
4
22
config /embeddium++.toml
5
23
config /fml.toml
6
- config /jei /recipe-category-sort-order.init
7
24
config /oculus.properties
8
25
config /emi.css
9
26
10
- config /jei /world /
27
+ config /jei /*
11
28
config /worldedit /
12
29
13
30
config /badmobs-common.toml
@@ -17,26 +34,4 @@ config/mysticalagradditions-common.toml
17
34
config /mysticalagriculture-common.toml
18
35
config /sgjourney-common.toml
19
36
config /defaultworldtype /client-config.toml
20
- config /jei /jei-client.ini
21
- config /jei /jei-colors.ini
22
- config /jei /jei-debug.ini
23
- config /jei /jei-mod-id-format.ini
24
- config /skyblockbuilder /data /dimensions.txt
25
-
26
- # Ignore eveything so repository can be used in game instance
27
- *
28
-
29
- # Add directories with soure code
30
- ! config /
31
- ! defaultconfigs /
32
- ! kubejs /
33
- ! mods /panorama /
34
- ! scripts /
35
- ! panoramas /
36
-
37
- # Add files in main directory
38
- ! LICENSE
39
- ! README.md
40
- ! panorama.dat
41
- ! .gitignore
42
-
37
+ config /skyblockbuilder /data /dimensions.txt
You can’t perform that action at this time.
0 commit comments