Skip to content

Commit a023f4a

Browse files
committed
Init repository
0 parents  commit a023f4a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# IDE files
2+
.idea/
3+
.vscode/
4+
5+
# Gradle
6+
build/
7+
.gradle/
8+

0 commit comments

Comments
 (0)