Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ifmvo committed May 22, 2020
1 parent 38575e7 commit 0de7149
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 5 deletions.
54 changes: 53 additions & 1 deletion baidu/.gitignore
Original file line number Diff line number Diff line change
@@ -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
54 changes: 53 additions & 1 deletion core/.gitignore
Original file line number Diff line number Diff line change
@@ -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
54 changes: 53 additions & 1 deletion csj/.gitignore
Original file line number Diff line number Diff line change
@@ -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
54 changes: 53 additions & 1 deletion demo/.gitignore
Original file line number Diff line number Diff line change
@@ -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
54 changes: 53 additions & 1 deletion gdt/.gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0de7149

Please sign in to comment.