Skip to content

Commit

Permalink
Update buildscript and publish tinyv2 artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Dec 24, 2024
1 parent f39a197 commit 522b443
Show file tree
Hide file tree
Showing 12 changed files with 452 additions and 524 deletions.
5 changes: 1 addition & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[*.gradle]
indent_style = tab

[*.java]
[*.{gradle,mapping,unpick}]
indent_style = tab
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*.mapping text eol=lf
* text eol=lf
19 changes: 15 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
.gradle/
*-merged.jar
*-mapped.jar
*-intermediary.jar
*.DS_Store
build/
out/
namedSrc/

# idea
.idea/
*.iml
*.iws
*.ipr
*.jar
*.check

# eclipse
.eclipse
.classpath
.project
!gradle/wrapper/gradle-wrapper.jar
!gradle/wrapper/gradle-wrapper.properties
!test-mod/gradle/wrapper/gradle-wrapper.jar
.settings/

# vscode
.vscode/
bin/
Loading

0 comments on commit 522b443

Please sign in to comment.