Unverified Commit a8cb8af8 authored by OutdatedGuy's avatar OutdatedGuy Committed by GitHub

Added newline at end of `.gitignore` files (#141270)

Added missing required newline at end of some `.gitignore` files. All other `.gitignore` files ends with a newline except the changed ones, hence the PR.

> *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.*

**Not listing any issues because of trivial fixes as mentioned above.**
parent 6b91fcb2
...@@ -120,3 +120,4 @@ Sabin Neupane <sabin.neupane26@gmail.com> ...@@ -120,3 +120,4 @@ Sabin Neupane <sabin.neupane26@gmail.com>
Mahdi Bagheri <1839491@gmail.com> Mahdi Bagheri <1839491@gmail.com>
Mok Kah Wai <taboosun1996@gmail.com> Mok Kah Wai <taboosun1996@gmail.com>
Lucas Saudon <lsaudon@gmail.com> Lucas Saudon <lsaudon@gmail.com>
Om Phatak <everythingoutdated@gmail.com>
...@@ -3,4 +3,4 @@ gradle-wrapper.jar ...@@ -3,4 +3,4 @@ gradle-wrapper.jar
/captures/ /captures/
/gradlew /gradlew
/gradlew.bat /gradlew.bat
/local.properties /local.properties
\ No newline at end of file
...@@ -66,4 +66,4 @@ fastlane/test_output ...@@ -66,4 +66,4 @@ fastlane/test_output
# After new code Injection tools there's a generated folder /iOSInjectionProject # After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode # https://github.com/johnno1962/injectionforxcode
iOSInjectionProject/ iOSInjectionProject/
\ No newline at end of file
...@@ -35,4 +35,4 @@ Icon? ...@@ -35,4 +35,4 @@ Icon?
/Flutter/Generated.xcconfig /Flutter/Generated.xcconfig
/Flutter/ephemeral/ /Flutter/ephemeral/
/Flutter/flutter_export_environment.sh /Flutter/flutter_export_environment.sh
\ No newline at end of file
...@@ -35,4 +35,4 @@ Icon? ...@@ -35,4 +35,4 @@ Icon?
/Flutter/Generated.xcconfig /Flutter/Generated.xcconfig
/Flutter/ephemeral /Flutter/ephemeral
/Flutter/flutter_export_environment.sh /Flutter/flutter_export_environment.sh
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment