We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8efae1 commit e6eca86Copy full SHA for e6eca86
.gitignore
@@ -1,6 +1,10 @@
1
# Created by https://www.toptal.com/developers/gitignore/api/java
2
# Edit at https://www.toptal.com/developers/gitignore?templates=java
3
4
+.idea/
5
+.gradle/
6
+build/
7
+
8
### Java ###
9
# Compiled class file
10
*.class
@@ -28,4 +32,4 @@
28
32
hs_err_pid*
29
33
replay_pid*
30
34
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