Skip to content

Commit 620259e

Browse files
Ignore tool files and directories
1 parent f267996 commit 620259e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
#
3232
# Therefore, instructions below are superset of instructions required for all the projects.
3333

34+
# `jenv` local configuration.
35+
.java-version
36+
37+
# Internal tool directories.
38+
.fleet/
39+
.kotlin/
40+
3441
# IntelliJ IDEA modules and interim config files.
3542
*.iml
3643
.idea/*.xml
@@ -54,6 +61,7 @@
5461

5562
# Gradle build files
5663
**/build/**
64+
!**/src/**/build/**
5765

5866
# Build files produced by the IDE
5967
**/out/**

0 commit comments

Comments
 (0)