From 0de714996f824f96d4a43192f06ef8e767d95179 Mon Sep 17 00:00:00 2001 From: Matthew_Chen Date: Fri, 22 May 2020 09:53:20 +0800 Subject: [PATCH] add .gitignore --- baidu/.gitignore | 54 +++++++++++++++++++++++++++++++++++++++++++++++- core/.gitignore | 54 +++++++++++++++++++++++++++++++++++++++++++++++- csj/.gitignore | 54 +++++++++++++++++++++++++++++++++++++++++++++++- demo/.gitignore | 54 +++++++++++++++++++++++++++++++++++++++++++++++- gdt/.gitignore | 54 +++++++++++++++++++++++++++++++++++++++++++++++- 5 files changed, 265 insertions(+), 5 deletions(-) diff --git a/baidu/.gitignore b/baidu/.gitignore index 796b96d1..107ef7c5 100644 --- a/baidu/.gitignore +++ b/baidu/.gitignore @@ -1 +1,53 @@ -/build +# Copy from Alibaba open source + +# Built application files + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +# local.properties +.classpath +.project +.settings/ + +# Proguard folder generated by Eclipse +proguard/ + +#Log Files +*.log + +# OS X +.DS_Store + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.war +*.ear +*.iml + +# IDEA Files +.idea/ +.svn/ +out/ + +# MAVEN COMPILE Files +target/ +lint.xml + +deploy.gradle +jcenterDeploy.gradle +jcenterInstall.gradle \ No newline at end of file diff --git a/core/.gitignore b/core/.gitignore index 796b96d1..107ef7c5 100644 --- a/core/.gitignore +++ b/core/.gitignore @@ -1 +1,53 @@ -/build +# Copy from Alibaba open source + +# Built application files + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +# local.properties +.classpath +.project +.settings/ + +# Proguard folder generated by Eclipse +proguard/ + +#Log Files +*.log + +# OS X +.DS_Store + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.war +*.ear +*.iml + +# IDEA Files +.idea/ +.svn/ +out/ + +# MAVEN COMPILE Files +target/ +lint.xml + +deploy.gradle +jcenterDeploy.gradle +jcenterInstall.gradle \ No newline at end of file diff --git a/csj/.gitignore b/csj/.gitignore index 796b96d1..107ef7c5 100644 --- a/csj/.gitignore +++ b/csj/.gitignore @@ -1 +1,53 @@ -/build +# Copy from Alibaba open source + +# Built application files + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +# local.properties +.classpath +.project +.settings/ + +# Proguard folder generated by Eclipse +proguard/ + +#Log Files +*.log + +# OS X +.DS_Store + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.war +*.ear +*.iml + +# IDEA Files +.idea/ +.svn/ +out/ + +# MAVEN COMPILE Files +target/ +lint.xml + +deploy.gradle +jcenterDeploy.gradle +jcenterInstall.gradle \ No newline at end of file diff --git a/demo/.gitignore b/demo/.gitignore index 796b96d1..107ef7c5 100644 --- a/demo/.gitignore +++ b/demo/.gitignore @@ -1 +1,53 @@ -/build +# Copy from Alibaba open source + +# Built application files + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +# local.properties +.classpath +.project +.settings/ + +# Proguard folder generated by Eclipse +proguard/ + +#Log Files +*.log + +# OS X +.DS_Store + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.war +*.ear +*.iml + +# IDEA Files +.idea/ +.svn/ +out/ + +# MAVEN COMPILE Files +target/ +lint.xml + +deploy.gradle +jcenterDeploy.gradle +jcenterInstall.gradle \ No newline at end of file diff --git a/gdt/.gitignore b/gdt/.gitignore index 796b96d1..107ef7c5 100644 --- a/gdt/.gitignore +++ b/gdt/.gitignore @@ -1 +1,53 @@ -/build +# Copy from Alibaba open source + +# Built application files + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +# local.properties +.classpath +.project +.settings/ + +# Proguard folder generated by Eclipse +proguard/ + +#Log Files +*.log + +# OS X +.DS_Store + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.war +*.ear +*.iml + +# IDEA Files +.idea/ +.svn/ +out/ + +# MAVEN COMPILE Files +target/ +lint.xml + +deploy.gradle +jcenterDeploy.gradle +jcenterInstall.gradle \ No newline at end of file