Skip to content

Commit

Permalink
.gitignore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
capdevon committed Sep 17, 2024
1 parent 6d7ef49 commit d866494
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
/.gradle/
/build/
/*.dll
/*.dylib
# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build
bin

# Native libraries that get extracted once the project is run
/*.so
/bin/
/*.dll

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# IntelliJ Core
.idea

# Eclipse Core
.settings/

# JDT-specific (Eclipse Java Development Tools)
.classpath
.project

0 comments on commit d866494

Please sign in to comment.