Skip to content

Commit 0ecd174

Browse files
committed
add build artifacts to .gitignore
Exclude obj/ and .gradle/ directories to prevent build artifacts from showing as untracked files.
1 parent aec536e commit 0ecd174

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ yarn.lock
4141
/.gitattributes
4242
/.*ignore
4343

44+
# Build artifacts
45+
obj/
46+
.gradle/
47+
4448
!bower.json
4549
!composer.json
4650
!package.js

0 commit comments

Comments
 (0)