Skip to content

Commit b54333c

Browse files
committed
Update git ignore
1 parent 84a0a9d commit b54333c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
# Logs and databases #
2424
######################
2525
*.log
26+
*.db
2627

2728
# OS generated files #
2829
######################
@@ -43,10 +44,8 @@ Thumbs.db
4344
!/gradle/wrapper/gradle-wrapper.jar
4445

4546
# Build output directies
46-
/target
47-
*/target
48-
/build
49-
*/build
47+
target
48+
build
5049

5150
# IntelliJ specific files/directories
5251
out
@@ -55,6 +54,7 @@ out
5554
*.iws
5655
*.iml
5756
atlassian-ide-plugin.xml
57+
.kotlin
5858

5959
# Eclipse specific files/directories
6060
.classpath
@@ -63,4 +63,4 @@ atlassian-ide-plugin.xml
6363
.metadata
6464

6565
# NetBeans specific files/directories
66-
.nbattrs
66+
.nbattrs

0 commit comments

Comments
 (0)