Skip to content

Commit 26db053

Browse files
committed
Update .gitignore
1 parent ccdbf37 commit 26db053

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.gitignore

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
/target/
1+
# IntelliJ IDEA files
2+
JavaTimecode.iml
3+
.idea/
4+
5+
# Build directory
6+
target/
7+
out/
8+
9+
# Compiled class file
10+
*.class
11+
12+
# Log file
13+
*.log
14+
215
/.settings/
3-
/.git/
416
.classpath
517
.project
618
pom.xml

0 commit comments

Comments
 (0)