You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
368 B
38 lines
368 B
# Java class files
|
|
*.class
|
|
target/
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
正式/
|
|
测试/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
#Android Studio
|
|
build/
|
|
|
|
# Intellij project files
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
#gradle
|
|
.gradle/
|
|
out
|
|
|
|
#node.js
|
|
node_modules/
|
|
dist
|
|
|
|
package-lock.json
|