Skip to content

Commit e6eca86

Browse files
authored
Update .gitignore
1 parent f8efae1 commit e6eca86

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Created by https://www.toptal.com/developers/gitignore/api/java
22
# Edit at https://www.toptal.com/developers/gitignore?templates=java
33

4+
.idea/
5+
.gradle/
6+
build/
7+
48
### Java ###
59
# Compiled class file
610
*.class
@@ -28,4 +32,4 @@
2832
hs_err_pid*
2933
replay_pid*
3034

31-
# End of https://www.toptal.com/developers/gitignore/api/java
35+
# End of https://www.toptal.com/developers/gitignore/api/java

0 commit comments

Comments
 (0)