From a4f434f8d14aa42364722925872dda2ff1322eac Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Wed, 4 Jan 2017 19:49:14 -0600 Subject: [PATCH 1/4] Add test file --- test | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test diff --git a/test b/test new file mode 100644 index 0000000..e69de29 From 54bd439a31ef85bf8c3e0a22cbe6e5fc0ef75fc6 Mon Sep 17 00:00:00 2001 From: supershushu Date: Mon, 1 Jun 2020 01:16:23 +0200 Subject: [PATCH 2/4] eeeee --- .gitignore | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++ test.py | 2 + 2 files changed, 135 insertions(+) create mode 100644 .gitignore create mode 100644 test.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4ac87c --- /dev/null +++ b/.gitignore @@ -0,0 +1,133 @@ +# Created by .ignore support plugin (hsz.mobi) +### Android template +# Built application files +*.apk +*.ap_ +*.aab + +# Files for the ART/Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ +out/ +release/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Log Files +*.log + +# Android Studio Navigation editor temp files +.navigation/ + +# Android Studio captures folder +captures/ + +# IntelliJ +*.iml +.idea/workspace.xml +.idea/tasks.xml +.idea/gradle.xml +.idea/assetWizardSettings.xml +.idea/dictionaries +.idea/libraries +# Android Studio 3 in .gitignore file. +.idea/caches +.idea/modules.xml +# Comment next line if keeping position of elements in Navigation Editor is relevant for you +.idea/navEditor.xml + +# Keystore files +# Uncomment the following lines if you do not want to check your keystore files in. +#*.jks +#*.keystore + +# External native build folder generated in Android Studio 2.2 and later +.externalNativeBuild + +# Google Services (e.g. APIs or Firebase) +# google-services.json + +# Freeline +freeline.py +freeline/ +freeline_project_description.json + +# fastlane +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots +fastlane/test_output +fastlane/readme.md + +# Version control +vcs.xml + +# lint +lint/intermediates/ +lint/generated/ +lint/outputs/ +lint/tmp/ +# lint/reports/ + +### Agda template +*.agdai +MAlonzo/** + +### AppEngine template +# Google App Engine generated folder +appengine-generated/ + +### Ada template +# Object file +*.o + +# Ada Library Information +*.ali + +### AppceleratorTitanium template +# Build folder and log file +build/ +build.log + +### Example user template template +### Example user template + +# IntelliJ project files +.idea +*.iml +out +gen +### Actionscript template +# Build and Release Folders +bin-debug/ +bin-release/ +[Oo]bj/ +[Bb]in/ + +# Other files and folders +.settings/ + +# Executables +*.swf +*.air +*.ipa +*.apk + +# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` +# should NOT be excluded as they contain compiler settings and other important +# information for Eclipse / Flash Builder. + diff --git a/test.py b/test.py new file mode 100644 index 0000000..eb665dd --- /dev/null +++ b/test.py @@ -0,0 +1,2 @@ +import os +print "ddddd" \ No newline at end of file From 824354d60d888dc08b9f9987ac18614d08cd2422 Mon Sep 17 00:00:00 2001 From: supershushu Date: Mon, 1 Jun 2020 01:21:13 +0200 Subject: [PATCH 3/4] second commit --- test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index eb665dd..d0808cd 100644 --- a/test.py +++ b/test.py @@ -1,2 +1,4 @@ import os -print "ddddd" \ No newline at end of file +print "ddddd" + +print 'add more' \ No newline at end of file From e85a0395db77c914e86af82b4c751266d14a19cd Mon Sep 17 00:00:00 2001 From: supershushu Date: Mon, 1 Jun 2020 01:35:00 +0200 Subject: [PATCH 4/4] second commit --- README.md | 2 ++ test.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0ac4df..edae98e 100644 --- a/README.md +++ b/README.md @@ -230,3 +230,5 @@ The important things to remember from this document are 7. Comment on the pull request when you want people to know that you have pushed new changes. Although GitHub does notify people of commit pushes, people are more likely notice your changes if you leave a comment. + +8. feel free to give feedbacks. \ No newline at end of file diff --git a/test.py b/test.py index d0808cd..f7b076f 100644 --- a/test.py +++ b/test.py @@ -1,4 +1,4 @@ import os print "ddddd" -print 'add more' \ No newline at end of file +print 'add more'