Skip to content

Commit

Permalink
clean up technical files (.github, gradle.props, mods.toml, ..)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightenom committed Aug 30, 2024
1 parent df809fe commit e725935
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 829 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
- synchronize
- labeled
- unlabeled
push:
branches:
- "version/*"
- "release/*"
- "testing/*"
workflow_dispatch:

permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "version/*"
- "release/*"
- "testing/*"
workflow_dispatch:

permissions:
contents: write
Expand Down
28 changes: 23 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
# eclipse
/.vscode
/bin
*.launch
/.settings
/.metadata
/.classpath
/.project

build/
# idea
/out
*.ipr
*.iws
*.iml
/.idea

.idea/
# gradle
/build
/.gradle

.gradle/
# other
/eclipse
/run*
/libs
/logs

run/
runs/
/gradle/local.gradle
104 changes: 0 additions & 104 deletions .teamcity/pom.xml

This file was deleted.

Loading

0 comments on commit e725935

Please sign in to comment.