Skip to content

Commit fc295d9

Browse files
committed
chore(release): CodeChickenLib-1.3.1
Merge branch 'release/1.3.1'
2 parents 50894ae + 04e9c5a commit fc295d9

File tree

135 files changed

+15975
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+15975
-0
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore spotlessApply reformat
2+
a4515fbef8382f0f961ade90ca82c85d924fc06d

.gitattributes

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
* text eol=lf
2+
3+
*.[jJ][aA][rR] binary
4+
5+
*.[pP][nN][gG] binary
6+
*.[jJ][pP][gG] binary
7+
*.[jJ][pP][eE][gG] binary
8+
*.[gG][iI][fF] binary
9+
*.[tT][iI][fF] binary
10+
*.[tT][iI][fF][fF] binary
11+
*.[iI][cC][oO] binary
12+
*.[sS][vV][gG] text
13+
*.[eE][pP][sS] binary
14+
*.[xX][cC][fF] binary
15+
16+
*.[kK][aA][rR] binary
17+
*.[mM]4[aA] binary
18+
*.[mM][iI][dD] binary
19+
*.[mM][iI][dD][iI] binary
20+
*.[mM][pP]3 binary
21+
*.[oO][gG][gG] binary
22+
*.[rR][aA] binary
23+
24+
*.7[zZ] binary
25+
*.[gG][zZ] binary
26+
*.[tT][aA][rR] binary
27+
*.[tT][gG][zZ] binary
28+
*.[zZ][iI][pP] binary
29+
30+
*.[tT][cC][nN] binary
31+
*.[sS][oO] binary
32+
*.[dD][lL][lL] binary
33+
*.[dD][yY][lL][iI][bB] binary
34+
*.[pP][sS][dD] binary
35+
*.[tT][tT][fF] binary
36+
*.[oO][tT][fF] binary
37+
38+
*.[pP][aA][tT][cC][hH] -text
39+
40+
*.[bB][aA][tT] text eol=crlf
41+
*.[cC][mM][dD] text eol=crlf
42+
*.[pP][sS]1 text eol=crlf
43+
44+
*[aA][uU][tT][oO][gG][eE][nN][eE][rR][aA][tT][eE][dD]* binary

.github/workflows/build-and-test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
name: Build and test
3+
4+
on:
5+
pull_request:
6+
branches: [ master, main ]
7+
push:
8+
branches: [ master, main ]
9+
10+
jobs:
11+
build-and-test:
12+
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
13+
secrets: inherit

.github/workflows/release-tags.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
name: Release tagged build
3+
4+
on:
5+
push:
6+
tags: [ '*' ]
7+
8+
permissions:
9+
contents: write
10+
11+
jobs:
12+
release-tags:
13+
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/release-tags.yml@master
14+
secrets: inherit

.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
.gradle
2+
.settings
3+
/.idea/
4+
/.vscode/
5+
/run/
6+
/build/
7+
/eclipse/
8+
.classpath
9+
.project
10+
/bin/
11+
/config/
12+
/crash-reports/
13+
/logs/
14+
options.txt
15+
/saves/
16+
usernamecache.json
17+
banned-ips.json
18+
banned-players.json
19+
eula.txt
20+
ops.json
21+
server.properties
22+
servers.dat
23+
usercache.json
24+
whitelist.json
25+
/out/
26+
*.iml
27+
*.ipr
28+
*.iws
29+
src/main/resources/mixins.*([!.]).json
30+
*.bat
31+
*.DS_Store
32+
!gradlew.bat
33+
.factorypath
34+
addon.local.gradle
35+
addon.local.gradle.kts
36+
addon.late.local.gradle
37+
addon.late.local.gradle.kts
38+
layout.json

CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Any Github changes require admin approval
2+
/.github/** @GTNewHorizons/admin
3+

0 commit comments

Comments
 (0)