Skip to content

Commit df1d4bc

Browse files
author
Gerrit Garbereder
committed
Simplify gitignore
1 parent b678102 commit df1d4bc

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.gitignore

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
**/build/**
2-
**/.gradle/**
3-
**/local.properties/**
4-
**/.idea/**
5-
**/kotlin-js-store/**
1+
build
2+
.gradle
3+
local.properties
4+
.idea
5+
kotlin-js-store
6+
7+
gradle
8+
gradlew
9+
gradlew.bat

0 commit comments

Comments
 (0)