Skip to content

Commit 0519843

Browse files
changing settings
1 parent 465c41e commit 0519843

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: .gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@
4949
*.rar
5050

5151
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
52-
hs_err_pid*
52+
hs_err_pid*
53+
/gradlew
54+
/gradlew.bat
55+
/settings.gradle

Diff for: settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'restApi'
1+
rootProject.name = 'rest_tutorial'

0 commit comments

Comments
 (0)