Skip to content

Commit 63637c4

Browse files
authored
Remove white spaces (TheAlgorithms#2975)
1 parent 49a4a83 commit 63637c4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.gitignore

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,28 @@ bin/
99
gen/
1010
build/
1111
out/
12-
1312
# gradle
1413
.gradle/
1514
gradle-app.setting
1615
!gradle-wrapper.jar
1716
build/
18-
1917
# maven
2018
*.classpath
2119
*.project
2220
*.settings
2321
/target/
24-
2522
local.properties
26-
2723
##----------idea----------
2824
*.iml
2925
.idea/
3026
*.ipr
3127
*.iws
32-
3328
# Android Studio Navigation editor temp files
3429
.navigation/
35-
3630
##----------Other----------
3731
# osx
3832
*~
3933
.DS_Store
4034
gradle.properties
41-
4235
.vscode
43-
4436
*.log

0 commit comments

Comments
 (0)