Skip to content

Commit

Permalink
Merge pull request #107 from boxheed/develop
Browse files Browse the repository at this point in the history
Auto-generated PR
  • Loading branch information
boxheed authored Dec 17, 2024
2 parents 7153681 + 678db69 commit ad59a33
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@

bin
.LCKbuild.gradle~
.lefthook
./lefthook
lefthook-local.yml
.osv-scanner
.git-semver


# General
.vagrant/

# Log files (if you are creating logs in debug mode, uncomment this)
# *.log

.gradle
**/build/
!src/**/build/
Expand All @@ -31,6 +35,7 @@ gradle-app.setting
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath

# Compiled class file
*.class

Expand All @@ -55,6 +60,7 @@ gradle-app.setting
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

.metadata
bin/
tmp/
Expand Down Expand Up @@ -115,6 +121,7 @@ local.properties
# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
Expand All @@ -127,9 +134,11 @@ local.properties

# Built Visual Studio Code Extensions
*.vsix

*.gho
*.ori
*.orig

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

Expand Down
1 change: 1 addition & 0 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pre-commit:
follow: true
commands:
spotless: {glob: '*', run: ./gradlew spotlessCheck}
osv: {glob: '*.{groovy,java,gradle}', run: ./gradlew osvInstall osvLockAndScan}
test: {glob: '*.{groovy,java}', run: ./gradlew test}
commit-msg:
follow: true
Expand Down

0 comments on commit ad59a33

Please sign in to comment.