updates gitignore #3

Merged
arindy merged 1 commits from update-gitignore into main 2025-03-01 22:33:32 +01:00
2 changed files with 6 additions and 3 deletions

View File

@ -21,9 +21,8 @@ jobs:
- id: version - id: version
name: version name: version
run: | run: |
echo ${{github.event.head_commit.message}} major=${{startsWith(github.event.head_commit.message, '[major]')}}
major=${{contains(github.event.head_commit.message, '[major]')}} minor=${{startsWith(github.event.head_commit.message, '[minor]')}}
minor=${{contains(github.event.head_commit.message, '[minor]')}}
echo "major: " $major echo "major: " $major
echo "minor: " $minor echo "minor: " $minor

4
.gitignore vendored
View File

@ -28,6 +28,8 @@
.idea/**/gradle.xml .idea/**/gradle.xml
.idea/**/libraries .idea/**/libraries
.idea
# Gradle and Maven with auto-import # Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files, # When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using # since they will be recreated, and may cause churn. Uncomment if using
@ -78,3 +80,5 @@ fabric.properties
.idea/caches/build_file_checksums.ser .idea/caches/build_file_checksums.ser
.foundry .foundry
dist
node_modules