Skip to content

Commit

Permalink
gitignore: comments and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 26, 2024
1 parent 1b62625 commit d2fb1b8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Ignore Gradle's project-specific cache directory:
/.gradle/

# Ignore IDE-specific directories:
/.idea/
/.nb-gradle/

# Ignore Gradle's build output directories:
/build/
/private/

# Ignore the Acorus sandbox:
/Written Assets/

# Ignore extracted native libraries:
/*.dll
/*.so

/private/

0 comments on commit d2fb1b8

Please sign in to comment.