Skip to content

Commit 7728107

Browse files
committed
minor update
fix: version numbers fix: mod_info had outdated entries
1 parent 9e83c05 commit 7728107

File tree

7 files changed

+104
-2178
lines changed

7 files changed

+104
-2178
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# The .gitattributes file you've selected is used to specify the files or paths that should be ignored when creating an archive of your repository (like a ZIP or TAR file).
2+
# The export-ignore attribute tells Git not to include the specified files or paths in the archive.
3+
# ignore from source code zip
4+
5+
.git export-ignore
6+
#.github export-ignore
7+
.idea export-ignore
8+
.run export-ignore
9+
.vscode export-ignore
10+
#*LICENSE export-ignore
11+
*license.txt export-ignore
12+
#README.md export-ignore
13+
#*package.json export-ignore
14+
#*package-lock.json export-ignore

.github/workflows/release-consolegalaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
with:
207207
token: ${{ secrets.PAT_ANEXGOHAN }}
208208
repository: ${{ github.repository }}
209-
ref: refs/heads/main
209+
# ref: refs/heads/main
210210

211211
# <---------------------------------------------- Download artifacts ---------------------------------------------->
212212
- name: Download changelog-full artifact

.gitignore

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
# ignore from upload to GitHub repo. Do not include this file in this list.
2+
# this is not ignore from release for that go to ..\.github\workflows\blacklist.txt
3+
4+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
5+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
6+
7+
# User-specific stuff
8+
.idea/**/workspace.xml
9+
.idea/**/tasks.xml
10+
.idea/**/usage.statistics.xml
11+
.idea/**/dictionaries
12+
.idea/**/shelf
13+
14+
# AWS User-specific
15+
.idea/**/aws.xml
16+
17+
# Generated files
18+
.idea/**/contentModel.xml
19+
20+
# Sensitive or high-churn files
21+
.idea/**/dataSources/
22+
.idea/**/dataSources.ids
23+
.idea/**/dataSources.local.xml
24+
.idea/**/sqlDataSources.xml
25+
.idea/**/dynamic.xml
26+
.idea/**/uiDesigner.xml
27+
.idea/**/dbnavigator.xml
28+
29+
# Gradle
30+
.idea/**/gradle.xml
31+
.idea/**/libraries
32+
33+
# Gradle and Maven with auto-import
34+
# When using Gradle or Maven with auto-import, you should exclude module files,
35+
# since they will be recreated, and may cause churn. Uncomment if using
36+
# auto-import.
37+
# .idea/artifacts
38+
# .idea/compiler.xml
39+
# .idea/jarRepositories.xml
40+
# .idea/modules.xml
41+
# .idea/*.iml
42+
# .idea/modules
43+
# *.iml
44+
# *.ipr
45+
46+
# CMake
47+
cmake-build-*/
48+
49+
# Mongo Explorer plugin
50+
.idea/**/mongoSettings.xml
51+
52+
# File-based project format
53+
*.iws
54+
55+
# IntelliJ
56+
out/
57+
58+
# mpeltonen/sbt-idea plugin
59+
.idea_modules/
60+
61+
# JIRA plugin
62+
atlassian-ide-plugin.xml
63+
64+
# Cursive Clojure plugin
65+
.idea/replstate.xml
66+
67+
# SonarLint plugin
68+
.idea/sonarlint/
69+
70+
# Crashlytics plugin (for Android Studio and IntelliJ)
71+
com_crashlytics_export_strings.xml
72+
crashlytics.properties
73+
crashlytics-build.properties
74+
fabric.properties
75+
76+
# Editor-based Rest Client
77+
.idea/httpRequests
78+
79+
# Android studio 3.1+ serialized cache file
80+
.idea/caches/build_file_checksums.ser
81+
82+
# ignore these custom paths - anex
83+
bin/
84+
out/
85+
**/.~lock.*

consolegalaxy.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"major":2,
99
"minor":0,
10-
"patch":0,
10+
"patch":1,
1111
},
1212
# Optional support for mod managers to allow users to update with one click, without visiting a mod page.
1313
"directDownloadURL": "https://github.com/Anexgohan/ConsoleGalaxy/releases/latest/download/ConsoleGalaxy.zip",

0 commit comments

Comments
 (0)